Package wt.security
Class WTSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
wt.security.WTSecurityException
- All Implemented Interfaces:
Serializable
Exception wrapper for security exception thrown while using wt.security
access classes. This exception wraps java.lang.SecurityException for
actions that are not allowed by the underlying Java security model. This
exception will also be thrown by wt.security.Access methods which have
been denied access by the user.
Supported API: true
Supported API: true
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
detail
Wrapped exception.
Supported API: true
-