Class HttpException

    • Constructor Detail

      • HttpException

        public HttpException​(String methodKey,
                             int statuscode)
      • HttpException

        public HttpException​(String methodKey,
                             int statuscode,
                             String request)
    • Method Detail

      • getMethodKey

        public String getMethodKey()
      • getRequest

        public String getRequest()
      • getStatusCode

        public Integer getStatusCode()