|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pega.pegarules.pub.PRRuntimeException
com.pega.pegarules.pub.context.CryptographicException
public class CryptographicException
Basic runtime exception used by PegaRULES classes. Exceptions of this
nature do not have to be declared with throws.
| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
| Constructor Summary | |
|---|---|
CryptographicException()
Default constructor with no message. |
|
CryptographicException(java.lang.String aMessage)
Constructor with a message. |
|
CryptographicException(java.lang.String aMessage,
java.lang.Throwable aCause)
Constructor with a message and a cause. |
|
CryptographicException(java.lang.Throwable aCause)
Creates an exception that is caused by a particular Throwable. |
|
| 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 CryptographicException()
public CryptographicException(java.lang.Throwable aCause)
Throwable.
aCause - the Throwable that caused this
exceptionpublic CryptographicException(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 CryptographicException(java.lang.String aMessage,
java.lang.Throwable aCause)
aCause - the Throwable that caused this
exceptionaMessage - 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()).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||