public class CryptographicException extends PRRuntimeException
throws
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
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 . |
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
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()
).Copyright © 2018 Pegasystems Inc. All Rights Reserved.