public class PRSecurityException extends PRRuntimeError
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
PRSecurityException()
Constructor for PRSecurityException
|
PRSecurityException(java.lang.String aMessage) |
PRSecurityException(java.lang.String aMessage,
java.lang.Throwable aCause)
Creates a security exception with a message and a cause.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isDisplayErrorMessage() |
void |
setDisplayErrorMessage(boolean flag) |
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public PRSecurityException()
public PRSecurityException(java.lang.String aMessage)
public PRSecurityException(java.lang.String aMessage, java.lang.Throwable aCause)
ProcessingStatus.SEVERITY_FAIL
.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.