java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seppiko.commons.utils.http.HttpRuntimeException
org.seppiko.commons.utils.http.HttpTLSException
- All Implemented Interfaces:
Serializable
HTTP TLS Exception
- Author:
- Leonard Woo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ExceptionHttpTLSException(String message) Exception with messageHttpTLSException(String message, Throwable cause) Exception with message and ThrowableHttpTLSException(Throwable cause) Exception with Throwable -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpTLSException
public HttpTLSException()Default Exception -
HttpTLSException
Exception with message- Parameters:
message- message
-
HttpTLSException
Exception with Throwable- Parameters:
cause- other exception
-
HttpTLSException
Exception with message and Throwable- Parameters:
message- messagecause- other exception
-