com.sun.identity.authentication.spi
Class AMAuthCallBackException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.identity.common.L10NMessageImpl
              extended bycom.sun.identity.authentication.service.AuthException
                  extended bycom.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, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.