Class UnknownHttpErrorException

All Implemented Interfaces:
Serializable

public class UnknownHttpErrorException extends RestException

Exception is thrown in case the HTTP status code is not known by the client.

Author:
Nikola Koevski
See Also:
  • Constructor Details

    • UnknownHttpErrorException

      public UnknownHttpErrorException(String message, RestException restException)