Package com.tom_roush.pdfbox.exceptions
Class CryptographyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.tom_roush.pdfbox.exceptions.CryptographyException
-
- All Implemented Interfaces:
Serializable
public class CryptographyException extends Exception
An exception that indicates that something has gone wrong during a cryptography operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptographyException(Exception e)Constructor.CryptographyException(String msg)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetEmbedded()This will get the exception that caused this exception.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getEmbedded
public Exception getEmbedded()
This will get the exception that caused this exception.- Returns:
- The embedded exception if one exists.
-
-