Class TestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.microprofile.fault.tolerance.tck.util.TestException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CircuitBreakerMetricBean.SkippedException
An identifiable exception thrown by tests which test handling of exceptions thrown by user code.
It's basically a just runtime exception which isn't a
FaultToleranceException
.
- 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
-
TestException
public TestException() -
TestException
-