Class HttpServerException

All Implemented Interfaces:
Serializable

public class HttpServerException extends HttpException
Specific exception class representing a 5xx HTTP-related error.
See Also:
  • Constructor Details

    • HttpServerException

      public HttpServerException(String errorMessage, int statusCode)