org.pdfbox.exceptions
Class CryptographyException
Exceptionorg.pdfbox.exceptions.CryptographyException
public class CryptographyException
extends Exception
An exception that indicates that something has gone wrong during a
cryptography operation.
Exception | getEmbedded()- This will get the exception that caused this exception.
|
CryptographyException
public CryptographyException(Exception e)
Constructor.
e - The root exception that caused this exception.
CryptographyException
public CryptographyException(String msg)
Constructor.
msg - A msg to go with this exception.
getEmbedded
public Exception getEmbedded()
This will get the exception that caused this exception.
- The embedded exception if one exists.