public class StateMigrationException extends FlinkException
Modifier and Type | Field and Description |
---|---|
static String |
MIGRATION_NOT_SUPPORTED_MSG |
Constructor and Description |
---|
StateMigrationException(String message) |
StateMigrationException(String message,
Throwable cause) |
StateMigrationException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static StateMigrationException |
notSupported() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String MIGRATION_NOT_SUPPORTED_MSG
public StateMigrationException(String message)
public StateMigrationException(Throwable cause)
public static StateMigrationException notSupported()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.