com.togethersoft.testing.host
Class TestHostException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.togethersoft.testing.host.TestHostException

public class TestHostException
extends Exception

Exception thrown by test host


Constructor Summary
TestHostException()
          Creates new TestHostException
TestHostException(String message)
          Creates new TestHostException with message

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

TestHostException

public TestHostException()
Creates new TestHostException

TestHostException

public TestHostException(String message)
Creates new TestHostException with message