Package com.pd4ml.pdf.cos.security
Class COSSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pd4ml.pdf.cos.COSException
-
- com.pd4ml.pdf.cos.security.COSSecurityException
-
- All Implemented Interfaces:
java.io.Serializable
public class COSSecurityException extends COSException
Raised when a PDF's encryption dictionary names a security handler this API doesn't implement (anything other than the Standard security handler), or when the supplied password is wrong (neither the user nor the owner password could be authenticated).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description COSSecurityException(java.lang.String message)COSSecurityException(java.lang.String message, java.lang.Throwable cause)
-