| Package | com.adobe.livecycle.signatures.client.types.exceptions |
| Class | public class SignatureFieldSignedException |
| Inheritance | SignatureFieldSignedException SignaturesBaseException |
| Method | Defined By | ||
|---|---|---|---|
Constructs a new exception with a null message and cause. | SignatureFieldSignedException | ||
SignatureFieldSignedException(String errorMsg) Constructs a new exception with a given message. | SignatureFieldSignedException | ||
SignatureFieldSignedException(Throwable chainedException) Constructs a new exception with a given cause. | SignatureFieldSignedException | ||
SignatureFieldSignedException(String errorMsg, Throwable chainedException) Constructs a new exception with a given message and cause. | SignatureFieldSignedException | ||
SignatureFieldSignedException(String errorMsg, Object[] params) Constructs a new exception with a given message. | SignatureFieldSignedException | ||
SignatureFieldSignedException(String errorMsg, Object[] params, Throwable chainedException) Constructs a new exception with a given message. | SignatureFieldSignedException | ||
| SignatureFieldSignedException | () |
public SignatureFieldSignedException()Constructs a new exception with a null message and cause.
See also
| SignatureFieldSignedException | () |
public SignatureFieldSignedException(String errorMsg)Constructs a new exception with a given message.
ParameterserrorMsg — The detailed message. |
See also
| SignatureFieldSignedException | () |
public SignatureFieldSignedException(Throwable chainedException)Constructs a new exception with a given cause.
ParameterschainedException — The causing exception. Null is permitted. |
See also
| SignatureFieldSignedException | () |
public SignatureFieldSignedException(String errorMsg, Throwable chainedException)Constructs a new exception with a given message and cause.
ParameterserrorMsg — The detailed message. | |
chainedException — The causing exception. Null is permitted. |
See also
| SignatureFieldSignedException | () |
public SignatureFieldSignedException(String errorMsg, Object[] params)Constructs a new exception with a given message.
ParameterserrorMsg — The detailed message. | |
params — An array of Objects which will be substituted in place of the format specifiers like {0}, {1} and so on in the formatted message as obtained from the properties file corresponding to the errorMsg as the key. If the array contains more objects than the format specifiers in the message the extra ones will be ignored. If the array contains less number of objects then the extra specifiers will be printed as is. |
| SignatureFieldSignedException | () |
public SignatureFieldSignedException(String errorMsg, Object[] params, Throwable chainedException)Constructs a new exception with a given message.
ParameterserrorMsg — The detailed message. | |
params — An array of Objects which will be substituted in place of the format specifiers like {0}, {1} and so on in the formatted message as obtained from the properties file corresponding to the errorMsg as the key. If the array contains more objects than the format specifiers in the message the extra ones will be ignored. If the array contains less number of objects then the extra specifiers will be printed as is. | |
chainedException — Any throwable object type. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/livecycle/signatures/client/types/exceptions/SignatureFieldSignedException.html