com.sun.identity.authentication.spi
Class AMAuthCallBackException

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

public class AMAuthCallBackException
extends com.sun.identity.authentication.service.AuthException

The AMAuthCallBackException is used to specify an exception related to an authentication framework callback.

See Also:
AMAuthCallBack, Serialized Form

Constructor Summary
AMAuthCallBackException(java.lang.String message)
          Constructor
AMAuthCallBackException(java.lang.String errorCode, java.lang.Object[] args)
          Constructor
AMAuthCallBackException(java.lang.Throwable t)
          Constructor
 
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

AMAuthCallBackException

public AMAuthCallBackException(java.lang.String errorCode,
                               java.lang.Object[] args)
Constructor
Parameters:
errorCode - Key of the error message in resource bundle.
args - Arguments to the message.

AMAuthCallBackException

public AMAuthCallBackException(java.lang.String message)
Constructor
Parameters:
message - English message for this exception.

AMAuthCallBackException

public AMAuthCallBackException(java.lang.Throwable t)
Constructor
Parameters:
t - Root cause of this exception.


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.