Package com.itextpdf.kernel.mac
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:
java.io.Serializable
public class MacValidationException extends PdfException
Exception class for MAC validation errors.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.itextpdf.kernel.exceptions.PdfException
object
-
-
Constructor Summary
Constructors Constructor Description MacValidationException(java.lang.String message)
Creates a new instance ofMacValidationException
.MacValidationException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance ofMacValidationException
.
-
Method Summary
-
Methods inherited from class com.itextpdf.kernel.exceptions.PdfException
getMessage, getMessageParams, setMessageParams
-
-
-
-
Constructor Detail
-
MacValidationException
public MacValidationException(java.lang.String message)
Creates a new instance ofMacValidationException
.- 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 messagecause
- the cause (which is saved for later retrieval byThrowable.getCause()
method)
-
-