Class StateHandleStore.NotExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.persistence.StateHandleStore.NotExistException
All Implemented Interfaces:
Serializable
Enclosing interface:
StateHandleStore<T extends Serializable,R extends ResourceVersion<R>>

public static class StateHandleStore.NotExistException extends org.apache.flink.util.FlinkException
The key does not exist in ConfigMap or the Zookeeper node does not exists.
See Also:
  • Constructor Details

    • NotExistException

      public NotExistException(String message, Throwable cause)
      Creates a new Exception with the given message and cause.
      Parameters:
      message - The exception message
      cause - The cause exception
    • NotExistException

      public NotExistException(String message)
      Creates a new Exception with the given message and null cause.
      Parameters:
      message - The exception message