Class CheckpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.runtime.checkpoint.CheckpointException
- All Implemented Interfaces:
Serializable
Base class for checkpoint related exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCheckpointException(String message, CheckpointFailureReason failureReason) CheckpointException(String message, CheckpointFailureReason failureReason, Throwable cause) CheckpointException(CheckpointFailureReason failureReason) CheckpointException(CheckpointFailureReason failureReason, 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 Details
-
CheckpointException
-
CheckpointException
-
CheckpointException
-
CheckpointException
-
-
Method Details
-
getCheckpointFailureReason
-