public class TestFailedException
extends java.lang.Exception
Constructor and Description |
---|
TestFailedException(java.lang.Exception exception)
Creates a new instance of TestFailedException
|
TestFailedException(java.lang.String reason)
Creates a new instance of TestFailedException
|
TestFailedException(java.lang.String reason,
java.lang.Exception exception)
Creates a new instance of TestFailedException
|
public TestFailedException(java.lang.String reason)
reason
- the reasonpublic TestFailedException(java.lang.Exception exception)
exception
- the inner exceptionpublic TestFailedException(java.lang.String reason, java.lang.Exception exception)
reason
- the reasonexception
- the inner exception