Package org.apache.flink.util
Class StateMigrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.util.StateMigrationException
-
- All Implemented Interfaces:
Serializable
public class StateMigrationException extends FlinkException
Base class for state migration related exceptions.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
MIGRATION_NOT_SUPPORTED_MSG
-
Constructor Summary
Constructors Constructor Description StateMigrationException(String message)
StateMigrationException(String message, Throwable cause)
StateMigrationException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StateMigrationException
notSupported()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MIGRATION_NOT_SUPPORTED_MSG
public static final String MIGRATION_NOT_SUPPORTED_MSG
- See Also:
- Constant Field Values
-
-
Method Detail
-
notSupported
public static StateMigrationException notSupported()
-
-