java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.smallrye.mutiny.TimeoutException
- All Implemented Interfaces:
Serializable
Exception thrown when an operation times out.
Unlike
TimeoutException, this variant is a RuntimeException.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aTimeoutExceptionwith no specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
public TimeoutException()Constructs aTimeoutExceptionwith no specified detail message.
-