public class ExecutionException extends RuntimeException
| Constructor and Description |
|---|
ExecutionException()
Creates a new instance of
RCallerExecutionException without detail message. |
ExecutionException(String msg)
Constructs an instance of
RCallerExecutionException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutionException()
RCallerExecutionException without detail message.public ExecutionException(String msg)
RCallerExecutionException with the specified detail message.msg - the detail message.Copyright © 2016. All rights reserved.