Class MoreAsyncUtil.DeadlineExceededException

All Implemented Interfaces:
LoggableKeysAndValues<LoggableException>, Serializable
Enclosing class:
MoreAsyncUtil

public static class MoreAsyncUtil.DeadlineExceededException extends LoggableException
Exception that will be thrown when the supplier in MoreAsyncUtil.getWithDeadline(long, Supplier, ScheduledExecutorService) fails to complete within the specified deadline time.
See Also: