Class PossibleInconsistentStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.persistence.PossibleInconsistentStateException
-
- All Implemented Interfaces:
Serializable
public class PossibleInconsistentStateException extends FlinkException
PossibleInconsistentStateException
represents errors that might have lead to an inconsistent state within the HA resources.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PossibleInconsistentStateException()
PossibleInconsistentStateException(String message, Throwable cause)
PossibleInconsistentStateException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PossibleInconsistentStateException
@VisibleForTesting public PossibleInconsistentStateException()
-
PossibleInconsistentStateException
public PossibleInconsistentStateException(String message, Throwable cause)
-
PossibleInconsistentStateException
public PossibleInconsistentStateException(Throwable cause)
-
-