Class FSPostLoginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.identity.shared.locale.L10NMessageImpl
-
- com.sun.identity.federation.common.FSException
-
- com.sun.identity.federation.login.FSPostLoginException
-
- All Implemented Interfaces:
L10NMessage,Serializable
public class FSPostLoginException extends FSException
TheFSPostLoginExceptionis used to specify an exception related to an error on post login operations.- See Also:
FSPostLogin, Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.identity.federation.common.FSException
_message, rootCause
-
-
Constructor Summary
Constructors Constructor Description FSPostLoginException(String msg)CreatesFSPostLoginExceptionobject.FSPostLoginException(String errorCode, Object[] args)CreatesFMPostLoginExceptionobject.FSPostLoginException(Throwable t, String msg)CreatesAMAuthCallBackExceptionobject.
-
Method Summary
-
Methods inherited from class com.sun.identity.federation.common.FSException
getRootCause, log, log, printStackTrace, printStackTrace, printStackTrace, toString
-
Methods inherited from class com.sun.identity.shared.locale.L10NMessageImpl
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
-
-
-
Constructor Detail
-
FSPostLoginException
public FSPostLoginException(String errorCode, Object[] args)
CreatesFMPostLoginExceptionobject.- Parameters:
errorCode- Key of the error message in resource bundle.args- Arguments to the message.
-
FSPostLoginException
public FSPostLoginException(String msg)
CreatesFSPostLoginExceptionobject.- Parameters:
msg- the message for this exception.
-
-