com.cafesoft.cams.access
Class AccessControlException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.cams.access.AccessControlException
All Implemented Interfaces:
Serializable

public class AccessControlException
extends NestedException

Thrown for errors that occur in the AccessControl subsystem of the CamsServer.

Since:
4/26/02
See Also:
Serialized Form

Constructor Summary
AccessControlException()
          Construct a new AccessControlException with no other information.
AccessControlException(String message)
          Construct a new AccessControlException for the specified message.
AccessControlException(String message, Throwable cause)
          Construct a new AccessControlException for the specified message and throwable.
AccessControlException(Throwable cause)
          Construct a new AccessControlException for the specified throwable.
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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()
Construct a new AccessControlException with no other information.


AccessControlException

public AccessControlException(String message)
Construct a new AccessControlException for the specified message.

Parameters:
message - a message describing this exception

AccessControlException

public AccessControlException(Throwable cause)
Construct a new AccessControlException for the specified throwable.

Parameters:
cause - throwable that caused this exception

AccessControlException

public AccessControlException(String message,
                              Throwable cause)
Construct a new AccessControlException for the specified message and throwable.

Parameters:
message - message describing this exception
cause - throwable that caused this exception


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.