Package com.pd4ml.pdf.sign
Class PdfSigningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pd4ml.pdf.sign.PdfSigningException
-
- All Implemented Interfaces:
java.io.Serializable
public class PdfSigningException extends java.lang.ExceptionChecked exception wrapping any failure that occurs while loading key material or applying a digital signature to a PDF document.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdfSigningException(java.lang.String message)PdfSigningException(java.lang.String message, java.lang.Throwable cause)
-