org.curjent.test.agent
Class TestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.curjent.test.agent.TestException
- All Implemented Interfaces:
- Serializable
public class TestException
- extends RuntimeException
Easily and uniquely identifiable exception type.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
TestException
public TestException()
TestException
public TestException(String message)
TestException
public TestException(Throwable message)
TestException
public TestException(String message,
Throwable cause)
Copyright 2009-2011 Tom Landon
Apache License 2.0