public class FSPostLoginException extends FSException
FSPostLoginException
is used to specify an exception
related to an error on post login operations.FSPostLogin
,
Serialized Form_message, rootCause
Constructor and Description |
---|
FSPostLoginException(String msg)
Creates
FSPostLoginException object. |
FSPostLoginException(String errorCode,
Object[] args)
Creates
FMPostLoginException object. |
FSPostLoginException(Throwable t,
String msg)
Creates
AMAuthCallBackException object. |
getRootCause, log, log, printStackTrace, printStackTrace, printStackTrace, toString
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public FSPostLoginException(String errorCode, Object[] args)
FMPostLoginException
object.errorCode
- Key of the error message in resource bundle.args
- Arguments to the message.public FSPostLoginException(String msg)
FSPostLoginException
object.msg
- the message for this exception.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.