Class BadPasswordException

All Implemented Interfaces:
Serializable

public class BadPasswordException extends PdfException
Bad password exception.
See Also:
  • Field Details

  • Constructor Details

    • BadPasswordException

      public BadPasswordException (String message, Throwable cause)
      Creates a new BadPasswordException.
      Parameters:
      message - the detail message.
      cause - the cause (which is saved for later retrieval by Throwable.getCause() method).
    • BadPasswordException

      public BadPasswordException (String message)
      Creates a new BadPasswordException.
      Parameters:
      message - the detail message.