wt.access
Class AccessControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by wt.util.WTException
              extended by wt.access.AccessControlException
All Implemented Interfaces:
Serializable, LocalizableMessage, Message
Direct Known Subclasses:
InvalidAclEntryException, NotAuthorizedException

public class AccessControlException
extends WTException
implements Serializable

Thrown when the access control service detects an unexpected error. AccessControlException is the base class of the exception hierarchy for the access control package.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
AccessControlException()
          No argument constructor.
AccessControlException(Exception e)
          Constructor that takes an execption as argument.
AccessControlException(Exception e, String msg)
          Constructor that takes a non-localized message and an exeption as argument.
AccessControlException(Exception e, String rb, String key, Object[] params)
          Constructor that takes and exception, a resource bundle, a key and additional parameters to use in the localized message.
AccessControlException(String message)
          Constructor that takes a non-localized message as argument.
 
Method Summary
 
Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessControlException

public AccessControlException()
No argument constructor.

Supported API: true


AccessControlException

public AccessControlException(String message)
Constructor that takes a non-localized message as argument.

Supported API: true

Parameters:
message -

AccessControlException

public AccessControlException(Exception e)
Constructor that takes an execption as argument. Exception can be retrieved using getNestedException method.

Supported API: true

Parameters:
e -

AccessControlException

public AccessControlException(Exception e,
                              String msg)
Constructor that takes a non-localized message and an exeption as argument.

Supported API: true

Parameters:
e -
msg -

AccessControlException

public AccessControlException(Exception e,
                              String rb,
                              String key,
                              Object[] params)
Constructor that takes and exception, a resource bundle, a key and additional parameters to use in the localized message.

Supported API: true

Parameters:
e -
rb -
key -
params -