Class TestCaseInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.ikor.sip.foundation.testkit.exception.TestCaseInitializationException
- All Implemented Interfaces:
Serializable
General exception for
TestCase
initialization- See Also:
-
Constructor Summary
ConstructorDescriptionTestCaseInitializationException
(String message, ExceptionType exceptionType) Defines exception message and type of exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TestCaseInitializationException
Defines exception message and type of exception- Parameters:
message
- exception messageexceptionType
- type of exceptionExceptionType
-