Class MacValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.kernel.exceptions.PdfException
com.itextpdf.kernel.mac.MacValidationException
- All Implemented Interfaces:
Serializable
Exception class for MAC validation errors.
- See Also:
-
Field Summary
Fields inherited from class PdfException
object -
Constructor Summary
ConstructorsConstructorDescriptionMacValidationException(String message) Creates a new instance ofMacValidationException.MacValidationException(String message, Throwable cause) Creates a new instance ofMacValidationException. -
Method Summary
Methods inherited from class PdfException
getMessage, getMessageParams, setMessageParamsMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MacValidationException
Creates a new instance ofMacValidationException.- Parameters:
message- the exception message
-
MacValidationException
Creates a new instance ofMacValidationException.- Parameters:
message- the exception messagecause- the cause (which is saved for later retrieval byThrowable.getCause()method)
-