org.apache.pdfbox.exceptions
public class: CryptographyException [javadoc |
source]
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.
Method from org.apache.pdfbox.exceptions.CryptographyException Summary: |
---|
getEmbedded |
Methods from java.lang.Throwable: |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.pdfbox.exceptions.CryptographyException Detail: |
public Exception getEmbedded() {
return embedded;
}
This will get the exception that caused this exception. |