public final class CheckedFutureException extends Exception
Wrapper exception is used to convert the checked exception into a runtime exception so it can be thrown by blocking methods like future.get.
| Modifier | Constructor and Description |
|---|---|
protected |
CheckedFutureException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected CheckedFutureException(Throwable cause)
Copyright © 2017. All Rights Reserved.