Package play.libs
Class F.PromiseTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.libs.F.PromiseTimeoutException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- F
Exception thrown when an operation times out. This class provides an unchecked alternative to
Java's TimeoutException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPromiseTimeoutException(String message) PromiseTimeoutException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PromiseTimeoutException
-
PromiseTimeoutException
-