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 SummaryConstructorsConstructorDescriptionTestException(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 SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TestExceptionCreate a new exception with a customized message.- Parameters:
- message- message
 
- 
TestExceptionCreate a new exception with a customized message and a cause.- Parameters:
- message- message
- cause- cause of this exception
 
 
-