Class UnknownKvStateKeyGroupLocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.queryablestate.network.BadRequestException
-
- org.apache.flink.queryablestate.exceptions.UnknownKvStateKeyGroupLocationException
-
- All Implemented Interfaces:
Serializable
@Internal public class UnknownKvStateKeyGroupLocationException extends BadRequestException
Exception thrown if there is no location information available for the given key group.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownKvStateKeyGroupLocationException(String serverName)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 Detail
-
UnknownKvStateKeyGroupLocationException
public UnknownKvStateKeyGroupLocationException(String serverName)
Creates the exception.- Parameters:
serverName- the name of the server that threw the exception.
-
-