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:
    Serialized Form
    • Constructor Detail

      • UnknownHttpErrorException

        public UnknownHttpErrorException​(String message,
                                         RestException restException)