com.cafesoft.cams.auth
Class AuthException

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

public class AuthException
extends NestedException

AuthException represents an Exception within a Cafesoft SecurityDomain's Authentication Engine.

See Also:
Serialized Form

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

AuthException

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


AuthException

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

Parameters:
message - Message describing this exception

AuthException

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

Parameters:
cause - throwable that caused this exception

AuthException

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

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


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.