Class HttpError

All Implemented Interfaces:
Serializable

public class HttpError extends APIException
See Also:
  • Constructor Details

    • HttpError

      public HttpError(String message)
      HttpError constructor.
      Parameters:
      message - the exception message
    • HttpError

      public HttpError(String message, Throwable e)
      HttpError constructor with nested exception.
      Parameters:
      message - the exception message
      e - the nested exception