Class SignatureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pdfbox.exceptions.SignatureException
All Implemented Interfaces:
Serializable

public class SignatureException extends Exception
An exception that indicates a problem during the signing process.
Version:
$Revision: $
Author:
Thomas Chojecki
See Also:
  • Field Details

  • Constructor Details

    • SignatureException

      public SignatureException(String msg)
      Constructor.
      Parameters:
      msg - A msg to go with this exception.
    • SignatureException

      public SignatureException(int errno, String msg)
      Constructor.
      Parameters:
      errno - A error number to fulfill this exception
      msg - A msg to go with this exception.
    • SignatureException

      public SignatureException(Throwable e)
      Constructor.
      Parameters:
      e - The exception that should be encapsulate.
    • SignatureException

      public SignatureException(int errno, Throwable e)
      Constructor.
      Parameters:
      errno - A error number to fulfill this exception
      e - The exception that should be encapsulate.
  • Method Details

    • getErrNo

      public int getErrNo()
      A error number to fulfill this exception
      Returns:
      the error number if available, otherwise 0