TestEventException


public class TestEventException extends Exception


A checked Exception indicating that a test event operation failed.

Summary

Public constructors

Creates a new TestEventException with the given message.

Creates a new TestEventException with the given message and original exception.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

TestEventException

public TestEventException(@NonNull String message)

Creates a new TestEventException with the given message.

TestEventException

public TestEventException(@NonNull String message, @NonNull Throwable cause)

Creates a new TestEventException with the given message and original exception.