Class HttpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpException.BadRequest, HttpException.InternalServerError, HttpException.NotFound

public class HttpException extends RuntimeException
All exceptions related to http possible errors are subclasses of HttpException.
Since:
1.0.0
See Also:
  • Constructor Details

    • HttpException

      protected HttpException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The root cause
      Since:
      1.0.0
    • HttpException

      protected HttpException(String message)
      Build a new instance.
      Parameters:
      message - The detail message
      Since:
      1.0.0