Class HttpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpClientException, HttpServerException

public class HttpException extends BaseMailtrapException
Exception class representing an HTTP-related error.
See Also:
  • Constructor Details

    • HttpException

      public HttpException(String errorMessage, int statusCode)