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 Summary
ConstructorsConstructorDescriptionAlreadyExistException(String message) Creates a new Exception with the given message and null cause.AlreadyExistException(String message, Throwable cause) Creates a new Exception with the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadyExistException
Creates a new Exception with the given message and cause.- Parameters:
message- The exception messagecause- The cause exception
-
AlreadyExistException
Creates a new Exception with the given message and null cause.- Parameters:
message- The exception message
-