org.curjent.test.agent
Class TestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.curjent.test.agent.TestException
All Implemented Interfaces:
Serializable

public class TestException
extends RuntimeException

Easily and uniquely identifiable exception type.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
TestException()
           
TestException(String message)
           
TestException(String message, Throwable cause)
           
TestException(Throwable message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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