org.testng.internal.thread
Class ThreadTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.testng.internal.thread.ThreadTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class ThreadTimeoutException
extends java.lang.Exception

Exception used to signal a thread timeout.

Author:
Alexandru Popescu
See Also:
Serialized Form

Constructor Summary
ThreadTimeoutException(java.lang.String msg)
           
ThreadTimeoutException(java.lang.String msg, java.lang.Throwable cause)
           
ThreadTimeoutException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

ThreadTimeoutException

public ThreadTimeoutException(java.lang.String msg)

ThreadTimeoutException

public ThreadTimeoutException(java.lang.Throwable cause)

ThreadTimeoutException

public ThreadTimeoutException(java.lang.String msg,
                              java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.