java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.testing.TestException
- All Implemented Interfaces:
Serializable
Exception during Helidon test processing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestException
(String message) Create a new exception with a customized message.TestException
(String message, Throwable cause) Create a new exception with a customized message and a 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
-
TestException
Create a new exception with a customized message.- Parameters:
message
- message
-
TestException
Create a new exception with a customized message and a cause.- Parameters:
message
- messagecause
- cause of this exception
-