public class SecurityException extends ContainerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
mNestedContainerException| Constructor and Description |
|---|
SecurityException() |
SecurityException(int pStatusCode,
java.lang.String pStr,
java.lang.Throwable pSourceException,
java.lang.String pErrorCode,
java.lang.Object... pAttributes)
Create a security exception with a message, source exception, error code, attributes.
|
SecurityException(java.lang.String message) |
SecurityException(java.lang.String pMessage,
java.lang.Throwable pThrowable) |
SecurityException(java.lang.Throwable pThrowable) |
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic SecurityException()
public SecurityException(java.lang.String message)
public SecurityException(java.lang.Throwable pThrowable)
public SecurityException(java.lang.String pMessage,
java.lang.Throwable pThrowable)
public SecurityException(int pStatusCode,
java.lang.String pStr,
java.lang.Throwable pSourceException,
java.lang.String pErrorCode,
java.lang.Object... pAttributes)
pStr - the error messagepSourceException - the source exceptionpErrorCode - the error codepAttributes - optional additional error attributes