TestEventException


class TestEventException : Exception


A checked Exception indicating that a test event operation failed.

Summary

Public constructors

Creates a new TestEventException with the given message.

TestEventException(message: String, cause: Throwable)

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

Public constructors

TestEventException

TestEventException(message: String)

Creates a new TestEventException with the given message.

TestEventException

TestEventException(message: String, cause: Throwable)

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