public class PdfSignatureException
extends java.lang.Exception
Constructor and Description |
---|
PdfSignatureException()
Constructs a new exception with null as its detail message.
|
PdfSignatureException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
PdfSignatureException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
PdfSignatureException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
public PdfSignatureException()
public PdfSignatureException(java.lang.String message)
message
- the message giving details about the exceptionpublic PdfSignatureException(java.lang.Throwable cause)
cause
- the original cause of this exceptionpublic PdfSignatureException(java.lang.String message, java.lang.Throwable cause)
message
- the message giving details about the exceptioncause
- the original cause of this exception