Packagecom.adobe.livecycle.signatures.client.types.exceptions
Classpublic class SignatureFieldSignedException
InheritanceSignatureFieldSignedException Inheritance SignaturesBaseException

Represents an exception that is thrown if the specified signature field already contains a signature.



Public Methods
 MethodDefined By
  
Constructs a new exception with a null message and cause.
SignatureFieldSignedException
  
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
Constructor Detail
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.

Parameters
errorMsg — The detailed message.

See also

SignatureFieldSignedException() 
public SignatureFieldSignedException(Throwable chainedException)

Constructs a new exception with a given cause.

Parameters
chainedException — 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.

Parameters
errorMsg — 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.

Parameters
errorMsg — 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.

Parameters
errorMsg — 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