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
@Internal public class UnknownKvStateIdException extends BadRequestException
Thrown if no KvState with the given ID cannot found by the server handler.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownKvStateIdException(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
-
-