public class FSSignatureException extends FSException
_message, rootCause
Constructor and Description |
---|
FSSignatureException(String s)
Creates a
FSSignatureException with a message. |
FSSignatureException(String errorCode,
Object[] args)
Constructor.
|
FSSignatureException(Throwable rootCause,
String s)
Constructs a
FSSignatureException 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 FSSignatureException(String errorCode, Object[] args)
errorCode
- Key of the error message in resource bundle.args
- Arguments to the message.public FSSignatureException(String s)
FSSignatureException
with a message.s
- exception messageCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.