Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
- All Implemented Interfaces:
 Serializable
The exception should be thrown when timeout is reached. 
 Emily Jiang
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionTimeoutException(String message) TimeoutException(String message, Throwable t)  - 
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() - 
TimeoutException
 - 
TimeoutException
 - 
TimeoutException
 
 -