com.togethersoft.testing.testserver
Class TestCanceledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.togethersoft.testing.testserver.TestServerException
                          |
                          +--com.togethersoft.testing.testserver.TestRunnerException
                                |
                                +--com.togethersoft.testing.testserver.TestCanceledException

public class TestCanceledException
extends TestRunnerException


Constructor Summary
TestCanceledException()
           

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

TestCanceledException

public TestCanceledException()