Class HttpTLSException

All Implemented Interfaces:
Serializable

public class HttpTLSException extends HttpRuntimeException
HTTP TLS Exception
Author:
Leonard Woo
See Also:
  • Constructor Details

    • HttpTLSException

      public HttpTLSException()
      Default Exception
    • HttpTLSException

      public HttpTLSException(String message)
      Exception with message
      Parameters:
      message - message
    • HttpTLSException

      public HttpTLSException(Throwable cause)
      Exception with Throwable
      Parameters:
      cause - other exception
    • HttpTLSException

      public HttpTLSException(String message, Throwable cause)
      Exception with message and Throwable
      Parameters:
      message - message
      cause - other exception