Class ResponseException

    • Constructor Detail

      • ResponseException

        public ResponseException​(io.netty.handler.codec.http.HttpResponseStatus responseStatusCode,
                                 String serverMessage)
      • ResponseException

        public ResponseException​(io.netty.handler.codec.http.HttpResponseStatus responseStatusCode,
                                 String serverMessage,
                                 String remoteException)
    • Method Detail

      • getResponseStatusCode

        public io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
      • getRemoteException

        public String getRemoteException()
        The exception generated by the server.