Class InvalidLotlDataException

All Implemented Interfaces:
Serializable

public class InvalidLotlDataException extends SafeCallingAvoidantException
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:
  • Constructor Details

    • InvalidLotlDataException

      public InvalidLotlDataException (String message)
      Constructs a new InvalidCountryLotlDataException with the specified detail message.
      Parameters:
      message - the detail message
    • InvalidLotlDataException

      public InvalidLotlDataException (String message, Object obj)
      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