public class FSAccountMgmtException extends FSException
_message, rootCause
Constructor and Description |
---|
FSAccountMgmtException(String msg)
Constructor
This constructor builds an
FSAccountMgmtException with
the specified detail message. |
FSAccountMgmtException(String errorCode,
Object[] args)
Constructor
|
getRootCause, log, log, printStackTrace, printStackTrace, printStackTrace, toString
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public FSAccountMgmtException(String errorCode, Object[] args)
errorCode
- Key of the error message in resource bundle.args
- Arguments to the message.public FSAccountMgmtException(String msg)
FSAccountMgmtException
with
the specified detail message.msg
- the detail message.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.