Class InvalidLotlDataException
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
com.itextpdf.signatures.validation.lotl.InvalidLotlDataException
- All Implemented Interfaces:
-
Serializable
This exception is thrown when there is invalid data in the country-specific Lotl (List of Trusted Lists). It extends
SafeCallingAvoidantException
to indicate that the issue is severe enough to avoid safe calling.
- See Also:
-
Field Summary
Fields inherited from class com.itextpdf.kernel.exceptions.PdfException
object
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidLotlDataException
(String message) Constructs a new InvalidCountryLotlDataException with the specified detail message.InvalidLotlDataException
(String message, Object obj) Constructs a new InvalidCountryLotlDataException with the specified detail message and an object for more details. -
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
-
InvalidLotlDataException
Constructs a new InvalidCountryLotlDataException with the specified detail message.- Parameters:
-
message
- the detail message
-
InvalidLotlDataException
Constructs a new InvalidCountryLotlDataException with the specified detail message and an object for more details.- Parameters:
-
message
- the detail message -
obj
- an object providing additional context or details about the exception
-