com.cafesoft.cams.access
Class AccessControlCheckException

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

public class AccessControlCheckException
extends NestedException

Thrown for errors associated with AccessControlCheck creation or usage.

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

Constructor Summary
AccessControlCheckException()
          Construct a new AccessControlCheckException with no other information.
AccessControlCheckException(String message)
          Construct a new AccessControlCheckException for the specified message.
AccessControlCheckException(String message, Throwable cause)
          Construct a new AccessControlCheckException for the specified message and throwable.
AccessControlCheckException(Throwable cause)
          Construct a new AccessControlCheckException 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

AccessControlCheckException

public AccessControlCheckException()
Construct a new AccessControlCheckException with no other information.


AccessControlCheckException

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

Parameters:
message - a message describing this exception

AccessControlCheckException

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

Parameters:
cause - throwable that caused this exception

AccessControlCheckException

public AccessControlCheckException(String message,
                                   Throwable cause)
Construct a new AccessControlCheckException 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.