Class SafeCallingAvoidantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.kernel.exceptions.PdfException
com.itextpdf.signatures.validation.SafeCallingAvoidantException
- All Implemented Interfaces:
-
Serializable
- Direct Known Subclasses:
-
InvalidLotlDataException
In some cases we need to propagate the exception without @{link SafeCalling} mechanism converting it to report items. This exception is used to indicate that something actually went wrong and not only the validation report is Invalid, but an underlying process might be affected.
- See Also:
-
Field Summary
Fields inherited from class com.itextpdf.kernel.exceptions.PdfException
object
-
Constructor Summary
ConstructorsConstructorDescriptionSafeCallingAvoidantException
(String message) Creates a new instance ofSafeCallingAvoidantException
with the specified detail message.SafeCallingAvoidantException
(String message, Object obj) Creates a new instance ofSafeCallingAvoidantException
with the specified detail message -
Method Summary
Methods inherited from class com.itextpdf.kernel.exceptions.PdfException
getMessage, getMessageParams, setMessageParams
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SafeCallingAvoidantException
Creates a new instance ofSafeCallingAvoidantException
with the specified detail message.- Parameters:
-
message
- the detail message
-
SafeCallingAvoidantException
Creates a new instance ofSafeCallingAvoidantException
with the specified detail message- Parameters:
-
message
- the detail message. -
obj
- an object for more details.
-