Class MacValidationException

All Implemented Interfaces:
Serializable

public class MacValidationException extends PdfException
Exception class for MAC validation errors.
See Also:
  • Constructor Details

    • MacValidationException

      public MacValidationException (String message)
      Creates a new instance of MacValidationException.
      Parameters:
      message - the exception message
    • MacValidationException

      public MacValidationException (String message, Throwable cause)
      Creates a new instance ofMacValidationException.
      Parameters:
      message - the exception message
      cause - the cause (which is saved for later retrieval by Throwable.getCause() method)