Package play.libs
Class F.PromiseTimeoutException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- play.libs.F.PromiseTimeoutException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- F
public static class F.PromiseTimeoutException extends RuntimeException
Exception thrown when an operation times out. This class provides an unchecked alternative to Java's TimeoutException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PromiseTimeoutException(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
-
-