public class FunctionInvocationException extends PRRuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
FunctionInvocationException()
Constructor for FunctionInvocationException.
|
FunctionInvocationException(java.lang.String aMessage)
Constructs an instance with additional information about the cause of
this exception.
|
FunctionInvocationException(java.lang.String aMessage,
java.lang.Throwable aCause)
Constructs an instance with additional information about the cause of
this exception.
|
FunctionInvocationException(java.lang.Throwable aCause)
Constructs an instance with additional information about the cause of
this exception.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public FunctionInvocationException()
public FunctionInvocationException(java.lang.Throwable aCause)
aCause
- Throwable causing this exceptionpublic FunctionInvocationException(java.lang.String aMessage)
aMessage
- message descriptor that provides additional informationpublic FunctionInvocationException(java.lang.String aMessage, java.lang.Throwable aCause)
aMessage
- message descriptor that provides additional informationaCause
- Throwable causing this exceptionCopyright © 2018 Pegasystems Inc. All Rights Reserved.