com.sun.identity.authentication.spi
Class AuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.identity.common.L10NMessageImpl
                    |
                    +--com.sun.identity.authentication.spi.AuthenticationException
All Implemented Interfaces:
com.sun.identity.common.L10NMessage, java.io.Serializable

public synchronized class AuthenticationException
extends com.sun.identity.common.L10NMessageImpl

See Also:
Serialized Form

Constructor Summary
AuthenticationException(java.lang.String)
           
AuthenticationException(java.lang.String, java.lang.String, java.lang.Object[])
           
 
Methods inherited from class com.sun.identity.common.L10NMessageImpl
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException(java.lang.String)

AuthenticationException

public AuthenticationException(java.lang.String,
                               java.lang.String,
                               java.lang.Object[])