org.testng.internal.thread
Class ThreadExecutionException

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

public class ThreadExecutionException
extends java.lang.Exception

Wrapper exception for ExecutionExceptions.

Author:
Serialized Form

Constructor Summary
ThreadExecutionException(java.lang.Throwable t)
           
 
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

ThreadExecutionException

public ThreadExecutionException(java.lang.Throwable t)


Copyright © 2010. All Rights Reserved.