| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | com.pspdfkit.exceptions.PSPDFKitException | ||||
| ↳ | com.pspdfkit.signatures.SigningFailedException | ||||
Thrown by Signer when signing of a document failed.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SigningFailedException(String message) | |||||||||||
| SigningFailedException(Throwable reason) | |||||||||||
| SigningFailedException(SigningStatus reason) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SigningStatus |
getReason()
Returns the reason for the failed signing.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Returns the reason for the failed signing.
SigningStatus enum explaining the reason for failed signature.