Record Class RPCInvocationResult.Failure

java.lang.Object
java.lang.Record
eu.cloudnetservice.driver.network.rpc.handler.RPCInvocationResult.Failure
Record Components:
caughtException - the exception that was caught during the method invocation.
invocationHandler - the handler that handled the invocation request.
invokedMethod - the method that was invoked during handling of the RPC request.
All Implemented Interfaces:
RPCInvocationResult
Enclosing interface:
RPCInvocationResult

public static record RPCInvocationResult.Failure(@NonNull Throwable caughtException, @NonNull RPCHandler invocationHandler, @NonNull RPCMethodMetadata invokedMethod) extends Record implements RPCInvocationResult
Represents an invocation during which the target method threw an exception.
Since:
4.0