public static class StateHandleStore.NotExistException
extends org.apache.flink.util.FlinkException
| 构造器和说明 |
|---|
NotExistException(String message)
Creates a new Exception with the given message and null cause.
|
NotExistException(String message,
Throwable cause)
Creates a new Exception with the given message and cause.
|
public NotExistException(String message, Throwable cause)
message - The exception messagecause - The cause exceptionpublic NotExistException(String message)
message - The exception messageCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.