Class HttpRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.fmjsjx.libnetty.http.exception.HttpRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MultiErrorsException

public class HttpRuntimeException extends RuntimeException
Base HTTP runtime exception.
Since:
1.0
See Also:
  • Constructor Details

    • HttpRuntimeException

      public HttpRuntimeException(String message, Throwable cause)
      Constructs a new HTTP runtime exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • HttpRuntimeException

      public HttpRuntimeException(Throwable cause)
      Constructs a new HTTP runtime exception with the specified cause.
      Parameters:
      cause - the cause
    • HttpRuntimeException

      public HttpRuntimeException(String message)
      Constructs a new HTTP runtime exception with the specified detail message.
      Parameters:
      message - the detail message