Class UnknownKeyOrNamespaceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.queryablestate.network.BadRequestException
org.apache.flink.queryablestate.exceptions.UnknownKeyOrNamespaceException
All Implemented Interfaces:
Serializable

@Internal public class UnknownKeyOrNamespaceException extends BadRequestException
Thrown if the KvState does not hold any state for the given key or namespace.
See Also:
  • Constructor Details

    • UnknownKeyOrNamespaceException

      public UnknownKeyOrNamespaceException(String serverName)
      Creates the exception.
      Parameters:
      serverName - the name of the server that threw the exception.