Class TslRefreshException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TslDownloadException, TslParsingException, TslValidationException

public class TslRefreshException extends TechnicalException
An exception signalling a TSL refresh error.
See Also:
  • Constructor Details

    • TslRefreshException

      public TslRefreshException(String message)
      Constructs a new TSL refresh exception with the specified detail message.
      Parameters:
      message - the detail message
    • TslRefreshException

      public TslRefreshException(String message, Throwable cause)
      Constructs a new TSL refresh exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of this exception