public static class StateHandleStore.AlreadyExistException
extends org.apache.flink.util.FlinkException
| Constructor and Description |
|---|
AlreadyExistException(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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AlreadyExistException(String message, Throwable cause)
message - The exception messagecause - The cause exceptionpublic AlreadyExistException(String message)
message - The exception messageCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.