Class UnknownKvStateIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.queryablestate.network.BadRequestException
org.apache.flink.queryablestate.exceptions.UnknownKvStateIdException
- All Implemented Interfaces:
Serializable
Thrown if no KvState with the given ID cannot found by the server handler.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownKvStateIdException(String serverName, KvStateID kvStateId) Creates the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownKvStateIdException
Creates the exception.- Parameters:
serverName- the name of the server that threw the exception.kvStateId- the state id for which no state was found.
-