public static class StateHandleStore.AlreadyExistException
extends org.apache.flink.util.FlinkException
| 构造器和说明 |
|---|
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.
|
public AlreadyExistException(String message, Throwable cause)
message - The exception messagecause - The cause exceptionpublic AlreadyExistException(String message)
message - The exception messageCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.