info.informatica.security.auth
Class AuthenticationDatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.informatica.security.auth.AuthenticationException
              extended by info.informatica.security.auth.AuthenticationDatabaseException
All Implemented Interfaces:
Serializable

public class AuthenticationDatabaseException
extends AuthenticationException

Author:
amengual at informatica dot info
See Also:
Serialized Form

Constructor Summary
AuthenticationDatabaseException()
           
AuthenticationDatabaseException(String message)
           
AuthenticationDatabaseException(String message, Throwable cause)
           
AuthenticationDatabaseException(Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationDatabaseException

public AuthenticationDatabaseException()

AuthenticationDatabaseException

public AuthenticationDatabaseException(String message)

AuthenticationDatabaseException

public AuthenticationDatabaseException(Throwable cause)

AuthenticationDatabaseException

public AuthenticationDatabaseException(String message,
                                       Throwable cause)