public class TestException extends RuntimeException
It's basically a just runtime exception which isn't a
FaultToleranceException
.
Constructor and Description |
---|
TestException() |
TestException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TestException()
public TestException(String message)
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.