wt.security
Class WTSecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended bywt.security.WTSecurityException
All Implemented Interfaces:
Serializable

public 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:
Serialized Form

Field Summary
 Exception detail
          Wrapped exception.
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WTSecurityException()
           
WTSecurityException(Exception e)
           
WTSecurityException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

detail

public Exception detail
Wrapped exception.

Supported API: true

Constructor Detail

WTSecurityException

public WTSecurityException(Exception e)

WTSecurityException

public WTSecurityException()

WTSecurityException

public WTSecurityException(String msg)