org.apache.pdfbox.exceptions
Class CryptographyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.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.
- Version:
- $Revision: 1.4 $
- Author:
- Ben Litchfield
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CryptographyException
public CryptographyException(String msg)
- Constructor.
- Parameters:
msg
- A msg to go with this exception.
CryptographyException
public CryptographyException(Exception e)
- Constructor.
- Parameters:
e
- The root exception that caused this exception.
getEmbedded
public Exception getEmbedded()
- This will get the exception that caused this exception.
- Returns:
- The embedded exception if one exists.
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.