Package com.apple.foundationdb.async
Class MoreAsyncUtil.DeadlineExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apple.foundationdb.util.LoggableException
com.apple.foundationdb.async.MoreAsyncUtil.DeadlineExceededException
- All Implemented Interfaces:
LoggableKeysAndValues<LoggableException>
,Serializable
- Enclosing class:
- MoreAsyncUtil
Exception that will be thrown when the
supplier
in MoreAsyncUtil.getWithDeadline(long, Supplier, ScheduledExecutorService)
fails to
complete within the specified deadline time.- See Also:
-
Method Summary
Methods inherited from class com.apple.foundationdb.util.LoggableException
addLogInfo, addLogInfo, exportLogInfo, getLogInfo
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString