public class GroupDocsSignatureException extends Exception
Represents errors that occur during document signing.
Constructor and Description |
---|
GroupDocsSignatureException()
Initializes a new instance of the
GroupDocsSignatureException class. |
GroupDocsSignatureException(RuntimeException ex,
String message)
Initializes a new instance of the
GroupDocsSignatureException class with a specified error message and original exception. |
GroupDocsSignatureException(String message)
Initializes a new instance of the
GroupDocsSignatureException class with a specified error message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GroupDocsSignatureException()
Initializes a new instance of the GroupDocsSignatureException
class.
public GroupDocsSignatureException(RuntimeException ex, String message)
Initializes a new instance of the GroupDocsSignatureException
class with a specified error message and original exception.
ex
- The original exception.message
- The message that describes the error.public GroupDocsSignatureException(String message)
Initializes a new instance of the GroupDocsSignatureException
class with a specified error message.
message
- The message that describes the error.