org.apache.pdfbox.exceptions
public class CryptographyException extends java.lang.Exception
Constructor and Description |
---|
CryptographyException(java.lang.Exception e)
Constructor.
|
CryptographyException(java.lang.String msg)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getEmbedded()
This will get the exception that caused this exception.
|
public CryptographyException(java.lang.String msg)
msg
- A msg to go with this exception.public CryptographyException(java.lang.Exception e)
e
- The root exception that caused this exception.