public class PRInterruptedException
extends java.lang.Error
throws
clause on every method.
Explicitly NOT extending PRRuntimeException to avoid "easy" catch using
"brain-dead" coding techniques.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
PRInterruptedException()
Default constructor with no message.
|
PRInterruptedException(int aSeverity)
Constructor used to specify a severity.
|
PRInterruptedException(int aSeverity,
java.lang.String aMessageName,
java.lang.String aMessageParms)
Constructor with a severity, message name and message parameters.
|
PRInterruptedException(int aSeverity,
java.lang.String aMessageName,
java.lang.String aMessageParms,
java.lang.Throwable aCause)
Constructor with a severity, message name, message parameters and cause.
|
PRInterruptedException(int aSeverity,
java.lang.Throwable aCause)
Constructor used to specify a severity and cause.
|
PRInterruptedException(java.lang.String aMessage)
Constructor with a message.
|
PRInterruptedException(java.lang.String aMessageName,
java.lang.String aMessageParms)
Constructor with a message name and message parameters.
|
PRInterruptedException(java.lang.String aMessageName,
java.lang.String aMessageParms,
java.lang.Throwable aCause)
Constructor with a message name, message parameters and cause.
|
PRInterruptedException(java.lang.String aMessage,
java.lang.Throwable aCause)
Constructor with a message and cause.
|
PRInterruptedException(java.lang.Throwable aCause)
Construct a wrapper for the causing exception.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public PRInterruptedException()
public PRInterruptedException(java.lang.Throwable aCause)
aCause
- Throwable causing this exceptionpublic PRInterruptedException(int aSeverity)
aSeverity
- severity of this error. See
ProcessingStatus
for more options.public PRInterruptedException(int aSeverity, java.lang.Throwable aCause)
aSeverity
- severity of this error. See
ProcessingStatus
for more options.aCause
- Throwable causing this exceptionpublic PRInterruptedException(java.lang.String aMessage)
aMessage
- key to a Rule-Message instance, or simply a message. If it
isn't a Rule-Message key, an instance may be written to
Log-UndefinedMessages (see
ProcessingStatus.logMissingMessages()
).public PRInterruptedException(java.lang.String aMessage, java.lang.Throwable aCause)
aMessage
- key to a Rule-Message instance, or simply a message. If it
isn't a Rule-Message key, an instance may be written to
Log-UndefinedMessages (see
ProcessingStatus.logMissingMessages()
).aCause
- Throwable causing this exceptionpublic PRInterruptedException(java.lang.String aMessageName, java.lang.String aMessageParms)
aMessageName
- key to a Rule-Message instance, or simply
a message. If it isn't a Rule-Message key, an instance may
be written to Log-UndefinedMessages
(see ProcessingStatus.logMissingMessages()
).aMessageParms
- parameters to the Rule-Message (may be null)public PRInterruptedException(java.lang.String aMessageName, java.lang.String aMessageParms, java.lang.Throwable aCause)
aMessageName
- key to a Rule-Message instance, or simply
a message. If it isn't a Rule-Message key, an instance may
be written to Log-UndefinedMessages
(see ProcessingStatus.logMissingMessages()
).aMessageParms
- parameters to the Rule-Message (may be null)aCause
- Throwable causing this exceptionpublic PRInterruptedException(int aSeverity, java.lang.String aMessageName, java.lang.String aMessageParms)
aSeverity
- severity of this error. See
ProcessingStatus
for more options.aMessageName
- key to a Rule-Message instance, or simply
a message. If it isn't a Rule-Message key, an instance may
be written to Log-UndefinedMessages
(see ProcessingStatus.logMissingMessages()
).aMessageParms
- parameters to the Rule-Message (may be null)public PRInterruptedException(int aSeverity, java.lang.String aMessageName, java.lang.String aMessageParms, java.lang.Throwable aCause)
aSeverity
- severity of this error. See
ProcessingStatus
for more options.aMessageName
- key to a Rule-Message instance, or simply
a message. If it isn't a Rule-Message key, an instance may
be written to Log-UndefinedMessages
(see ProcessingStatus.logMissingMessages()
).aMessageParms
- parameters to the Rule-Message (may be null)aCause
- Throwable causing this exceptionCopyright © 2015 Pegasystems Inc. All Rights Reserved.