public class FSLoginHelperException extends FSException
FSException
,
Serialized Form_message, rootCause
Constructor and Description |
---|
FSLoginHelperException(String msg)
Constructs an
FSLoginHelperException with a
detailed message. |
FSLoginHelperException(String errorCode,
Object[] args)
Constructor.
|
FSLoginHelperException(String msg,
Throwable t)
Constructs an
FSLoginHelperException with a message and
an embedded exception. |
getRootCause, log, log, printStackTrace, printStackTrace, printStackTrace, toString
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public FSLoginHelperException(String errorCode, Object[] args)
errorCode
- Key of the error message in resource bundle.args
- Arguments to the message.public FSLoginHelperException(String msg)
FSLoginHelperException
with a
detailed message.msg
- Detailed message for this exception.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.