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:
  • Constructor Details

    • 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.
  • Method Details

    • getEmbedded

      public Exception getEmbedded()
      This will get the exception that caused this exception.
      Returns:
      The embedded exception if one exists.