@Deprecated public class FSMsgException extends FSException
Constructor and Description |
---|
FSMsgException(String s)
Deprecated.
Constructor
|
FSMsgException(String errorCode,
Object[] args)
Deprecated.
Constructor
|
FSMsgException(String errorCode,
Object[] args,
Throwable rootCause)
Deprecated.
Constructor
|
FSMsgException(Throwable rootCause,
String s)
Deprecated.
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FSMsgException(String errorCode, Object[] args)
errorCode
- Key of the error message in resource bundle.args
- Arguments to the message.public FSMsgException(String errorCode, Object[] args, Throwable rootCause)
errorCode
- Key of the error message in resource bundle.args
- Arguments to the message.rootCause
- An embedded exceptionpublic FSMsgException(Throwable rootCause, String s)
rootCause
- An embedded exceptions
- the exception message.public FSMsgException(String s)
s
- the exception message.Copyright © 2010-2018, ForgeRock All Rights Reserved.