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(Exception 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, toStringpublic GroupDocsSignatureException()
Initializes a new instance of the GroupDocsSignatureException class.
public GroupDocsSignatureException(Exception 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.Copyright © 2024. All rights reserved.