|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.pdfbox.exceptions.CryptographyException
public class CryptographyException
An exception that indicates that something has gone wrong during a cryptography operation.
| Constructor Summary | |
|---|---|
CryptographyException(java.lang.Exception e)
Constructor. |
|
CryptographyException(java.lang.String msg)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Exception |
getEmbedded()
This will get the exception that caused this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public java.lang.Exception getEmbedded()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||