Package io.testomat.junit.exception
Class ReporterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.testomat.junit.exception.ReporterException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReporterException extends java.lang.RuntimeExceptionException thrown when test result reporting to Testomat.io fails. This is a general-purpose exception for reporting-related failures.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReporterException(java.lang.String message, java.lang.Throwable e)
-