Class RecoveryFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.kubernetes.operator.exception.RecoveryFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class RecoveryFailureException extends java.lang.RuntimeException
Exception to signal non-terminal deployment failure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecoveryFailureException(java.lang.String message, java.lang.String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getReason()
-