Class ArmeriaStatusException

    • Constructor Detail

      • ArmeriaStatusException

        public ArmeriaStatusException​(int code,
                                      @Nullable
                                      String message)
        Constructs an ArmeriaStatusException for the given gRPC status code and message.
      • ArmeriaStatusException

        public ArmeriaStatusException​(int code,
                                      @Nullable
                                      String message,
                                      @Nullable
                                      Throwable cause)
        Constructs an ArmeriaStatusException for the given gRPC status code, message and cause.