GroupDocsSignatureException
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception
public class GroupDocsSignatureException extends Exception
Represents errors that occur during document signing.
| Constructor | Description |
|---|---|
| GroupDocsSignatureException() | Initializes a new instance of the GroupDocsSignatureException class. |
| GroupDocsSignatureException(String message) | Initializes a new instance of the GroupDocsSignatureException class with a specified error message. |
| GroupDocsSignatureException(Exception ex, String message) | Initializes a new instance of the GroupDocsSignatureException class with a specified error message and original exception. |
public GroupDocsSignatureException()
Initializes a new instance of the GroupDocsSignatureException class.
public GroupDocsSignatureException(String message)
Initializes a new instance of the GroupDocsSignatureException class with a specified error message.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The message that describes the error. |
public GroupDocsSignatureException(Exception ex, String message)
Initializes a new instance of the GroupDocsSignatureException class with a specified error message and original exception.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ex | java.lang.Exception | The original exception. |
| message | java.lang.String | The message that describes the error. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.