Class UnknownResponseException

All Implemented Interfaces:
Serializable

public class UnknownResponseException extends NetworkException
Thrown when the server returns an HTTP status code that is not handled by other specific exception types.

The response status code and body are available via NetworkException.getCode() and NetworkException.getBody().

See Also:
  • Constructor Details

    • UnknownResponseException

      public UnknownResponseException(Integer code, String body)