Class StateHandleStore.AlreadyExistException

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

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

    • AlreadyExistException

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

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