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