wt.access
Class InvalidAclEntryException

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

Deprecated.

public class InvalidAclEntryException
extends AccessControlException
implements Serializable

The InvalidAclEntryException is used internally when one tries to use an invalid entry to construct either a access policy rule or an ACL.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
InvalidAclEntryException()
          Deprecated.  
InvalidAclEntryException(Exception e)
          Deprecated.  
InvalidAclEntryException(Exception e, String msg)
          Deprecated.  
InvalidAclEntryException(Exception e, String rb, String key, Object[] params)
          Deprecated.  
InvalidAclEntryException(String msg)
          Deprecated.  
 
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

InvalidAclEntryException

public InvalidAclEntryException()
Deprecated. 

No argument constructor.

Supported API: true


InvalidAclEntryException

public InvalidAclEntryException(String msg)
Deprecated. 

Constructor that takes a non-localized message as argument.

Supported API: true

Parameters:
msg -

InvalidAclEntryException

public InvalidAclEntryException(Exception e,
                                String msg)
Deprecated. 

Constructor that takes an execption as argument. Exception can be retrieved using getNestedException method.

Supported API: true

Parameters:
e -
msg -

InvalidAclEntryException

public InvalidAclEntryException(Exception e,
                                String rb,
                                String key,
                                Object[] params)
Deprecated. 

Constructor that takes a non-localized message and an exeption as argument.

Supported API: true

Parameters:
e -
rb -
key -
params -

InvalidAclEntryException

public InvalidAclEntryException(Exception e)
Deprecated. 

Constructor that takes and exception, a resource bundle, a key and additional parameters to use in the localized message.

Supported API: true

Parameters:
e -