info.informatica.security.auth
Class AuthenticationHashException

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

public class AuthenticationHashException
extends GeneralSecurityException

Author:
carlos
See Also:
Serialized Form

Constructor Summary
AuthenticationHashException()
           
AuthenticationHashException(String message)
           
AuthenticationHashException(String message, Throwable cause)
           
AuthenticationHashException(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

AuthenticationHashException

public AuthenticationHashException()

AuthenticationHashException

public AuthenticationHashException(String message)

AuthenticationHashException

public AuthenticationHashException(String message,
                                   Throwable cause)

AuthenticationHashException

public AuthenticationHashException(Throwable cause)