Class PDFAuthenticationFailureException

All Implemented Interfaces:
Serializable

public class PDFAuthenticationFailureException extends PDFParseException
Identifies that the supplied password was incorrect or non-existent and required.

Author Luke Kirby

See Also:
  • Constructor Details

    • PDFAuthenticationFailureException

      public PDFAuthenticationFailureException(String message)

      Constructor for PDFAuthenticationFailureException.

      Parameters:
      message - a String object.