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, String diagnosticMessage) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getDiagnosticMessage()
Returns the diagnostic message for the failed signing (if any).
| ||||||||||
SigningStatus |
getReason()
Returns the reason for the failed signing.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the diagnostic message for the failed signing (if any).
This message is meant as a debugging aid for developers implementing their own signing solution. It is not suitable for display.
Returns the reason for the failed signing.
SigningStatus
enum explaining the reason for failed signature.