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