|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.pega.pegarules.pub.PRInterruptedException
public class PRInterruptedException
Runtime exception used by PegaRULES classes to encapsulate InterruptedException.
This permits propagation of InterruptedException without declarations of a
throws
clause on every method.
Explicitly NOT extending PRRuntimeException to avoid "easy" catch using
"brain-dead" coding techniques.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
Constructor Detail |
---|
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 exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |