Packagecom.adobe.livecycle.signatures.client.types.exceptions
Classpublic class SignaturesBaseException
InheritanceSignaturesBaseException Inheritance CommonBaseException

Represents the base class for exceptions thrown by the Signatures service.



Public Methods
 MethodDefined By
  
Constructs a new exception with a null message and cause.
SignaturesBaseException
  
Constructs a new exception with a given message.
SignaturesBaseException
  
SignaturesBaseException(Throwable arg0)
Constructs a new exception with a given cause.
SignaturesBaseException
  
SignaturesBaseException(String arg0, Throwable arg1)
Constructs a new exception with a given message and cause.
SignaturesBaseException
  
SignaturesBaseException(String errorMsg, Object[] params)
Constructs a new exception with a given message.
SignaturesBaseException
  
SignaturesBaseException(String errorMsg, Object[] params, Throwable chainedException)
Constructs a new exception with a given message.
SignaturesBaseException
 Inherited
String getMessage()
Returns an error messge.
 Inherited
Prints the StackTrace on System.err.
 Inherited
void printStackTrace(PrintStream s)
Prints the StackTrace onto the input PrintStream.
 Inherited
void printStackTrace(PrintWriter w)
Prints the StackTrace onto the input PrintWriter.
Constructor Detail
SignaturesBaseException()
public SignaturesBaseException()

Constructs a new exception with a null message and cause.

See also

SignaturesBaseException() 
public SignaturesBaseException(String arg0)

Constructs a new exception with a given message.

Parameters
arg0 — The detailed message.

See also

SignaturesBaseException() 
public SignaturesBaseException(Throwable arg0)

Constructs a new exception with a given cause.

Parameters
arg0 — The causing exception. Null is permitted.

See also

SignaturesBaseException() 
public SignaturesBaseException(String arg0, Throwable arg1)

Constructs a new exception with a given message and cause.

Parameters
arg0 — The detailed message.
 
arg1 — The causing exception. Null is permitted.

See also

SignaturesBaseException() 
public SignaturesBaseException(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.
SignaturesBaseException() 
public SignaturesBaseException(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/SignaturesBaseException.html