Package wt.security

Class WTSecurityException

All Implemented Interfaces:
Serializable

public final class WTSecurityException extends SecurityException
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
See Also:
  • Field Details

    • detail

      public final Exception detail
      Wrapped exception.

      Supported API: true