net.sf.jguard.authentication
Class AuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.jguard.authentication.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends java.lang.Exception

Author:
Charles Gay
See Also:
Serialized Form

Constructor Summary
AuthenticationException()
          Constructor for DAOException.
AuthenticationException(java.lang.String message)
          Constructor for DAOException with error message.
AuthenticationException(java.lang.String message, java.lang.Throwable cause)
          Constructor for DAOException with error message and root Exception.
AuthenticationException(java.lang.Throwable cause)
          Constructor for DAOException with the root Exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException()
Constructor for DAOException.


AuthenticationException

public AuthenticationException(java.lang.String message)
Constructor for DAOException with error message.

Parameters:
message - The custom error message

AuthenticationException

public AuthenticationException(java.lang.String message,
                               java.lang.Throwable cause)
Constructor for DAOException with error message and root Exception.

Parameters:
message - The custom error message
cause - The root exception

AuthenticationException

public AuthenticationException(java.lang.Throwable cause)
Constructor for DAOException with the root Exception.

Parameters:
cause - The root exception