Package org.apache.flink.util.concurrent
Class FutureUtils.RetryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.concurrent.FutureUtils.RetryException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FutureUtils
public static class FutureUtils.RetryException extends Exception
Exception with which the returned future is completed if theFutureUtils.retry(Supplier, int, Executor)operation fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetryException(String message)RetryException(String message, Throwable cause)RetryException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-