Class RequestFailure
java.lang.Object
org.apache.flink.queryablestate.network.messages.RequestFailure
A message indicating a protocol-related error.
-
Constructor Summary
ConstructorsConstructorDescriptionRequestFailure(long requestId, Throwable cause) Creates a failure response to aMessageBody. -
Method Summary
-
Constructor Details
-
RequestFailure
Creates a failure response to aMessageBody.- Parameters:
requestId- ID for the request responding tocause- Failure cause (not allowed to be a user type)
-
-
Method Details