Class HttpError


  • public class HttpError
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpError​(int code, java.lang.Exception exception)
      HTTP error with its response code and Exception
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpError

        public HttpError​(int code,
                         java.lang.Exception exception)
        HTTP error with its response code and Exception
        Parameters:
        code - HTTP response code
        exception - Exception