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
public class TestCaseInitializationException extends RuntimeException
General exception forTestCase
initialization- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestCaseInitializationException(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 Detail
-
TestCaseInitializationException
public TestCaseInitializationException(String message, ExceptionType exceptionType)
Defines exception message and type of exception- Parameters:
message
- exception messageexceptionType
- type of exceptionExceptionType
-
-