Class RemoteRpcErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.server.jsonrpc.methods.RemoteRpcErrorException
All Implemented Interfaces:
Serializable

public class RemoteRpcErrorException extends RuntimeException
See Also:
  • Field Details

    • id

      private final com.google.gson.JsonElement id
    • error

      private final com.google.gson.JsonObject error
  • Constructor Details

    • RemoteRpcErrorException

      public RemoteRpcErrorException(com.google.gson.JsonElement id, com.google.gson.JsonObject error)
  • Method Details

    • getError

      private com.google.gson.JsonObject getError()
    • getId

      private com.google.gson.JsonElement getId()