Class HttpRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seppiko.commons.utils.http.HttpRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpInterruptedException, HttpTimeoutException

public class HttpRuntimeException extends RuntimeException
HTTP Request Process Exception
Author:
Leonard Woo
See Also:
  • Constructor Details

    • HttpRuntimeException

      public HttpRuntimeException()
      Default Exception
    • HttpRuntimeException

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

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

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