Package org.apache.pdfbox.exceptions
Class CryptographyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pdfbox.exceptions.CryptographyException
- All Implemented Interfaces:
Serializable
An exception that indicates that something has gone wrong during a
cryptography operation.
- Version:
- $Revision: 1.4 $
- Author:
- Ben Litchfield
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionThis will get the exception that caused this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CryptographyException
Constructor.- Parameters:
msg
- A msg to go with this exception.
-
CryptographyException
Constructor.- Parameters:
e
- The root exception that caused this exception.
-
-
Method Details
-
getEmbedded
This will get the exception that caused this exception.- Returns:
- The embedded exception if one exists.
-