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