Class TslDownloadException

All Implemented Interfaces:
Serializable

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

    • TslDownloadException

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

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