Package org.nustaq.kontraktor
Class AwaitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nustaq.kontraktor.AwaitException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KTimeoutException
if await is used on a Promise to wait for its result (non-blocking!) any error object
returned by the Promise will trigger a this Exception. In case the error
object is instance of Throwable, this will be thrown directly.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AwaitException
-
-
Method Details
-
getError
-