info.informatica.security.auth
Class RealmSpecException

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.RealmSpecException
All Implemented Interfaces:
Serializable

public class RealmSpecException
extends AuthenticationException

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

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

RealmSpecException

public RealmSpecException()

RealmSpecException

public RealmSpecException(String message)

RealmSpecException

public RealmSpecException(Throwable cause)

RealmSpecException

public RealmSpecException(String message,
                          Throwable cause)