Class MacValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MacValidationException
    extends PdfException
    Exception class for MAC validation errors.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MacValidationException

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

        public MacValidationException​(java.lang.String message,
                                      java.lang.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)