Class IllegalRedistributionModeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.apache.flink.api.common.state.IllegalRedistributionModeException
-
- All Implemented Interfaces:
Serializable
@Experimental public class IllegalRedistributionModeException extends IllegalStateException
A specialIllegalStateExceptionindicating a mismatch inStateDeclaration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalRedistributionModeException(StateDeclaration.RedistributionMode mode)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalRedistributionModeException
public IllegalRedistributionModeException(StateDeclaration.RedistributionMode mode)
-
-