|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.identity.shared.locale.L10NMessageImpl
com.sun.identity.authentication.service.AuthException
com.sun.identity.authentication.spi.AMAuthCallBackException
public class AMAuthCallBackException
The AMAuthCallBackException is used to specify an exception
related to an authentication framework callback.
AMAuthCallBack,
Serialized Form| Constructor Summary | |
|---|---|
AMAuthCallBackException(String message)
Creates AMAuthCallBackException object. |
|
AMAuthCallBackException(String errorCode,
Object[] args)
Creates AMAuthCallBackException object. |
|
AMAuthCallBackException(Throwable t)
Creates AMAuthCallBackException object. |
|
| Constructor Detail |
|---|
public AMAuthCallBackException(String errorCode,
Object[] args)
AMAuthCallBackException object.
errorCode - Key of the error message in resource bundle.args - Arguments to the message.public AMAuthCallBackException(String message)
AMAuthCallBackException object.
message - English message for this exception.public AMAuthCallBackException(Throwable t)
AMAuthCallBackException object.
t - Root cause of this exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||