org.eclipse.core.tests.session
Class ProcessController.TimeOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.tests.session.ProcessController.TimeOutException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ProcessController

public class ProcessController.TimeOutException
extends java.lang.Exception

Thrown when a process being executed exceeds the maximum amount of time allowed for it to complete.

See Also:
Serialized Form

Constructor Summary
ProcessController.TimeOutException()
           
ProcessController.TimeOutException(java.lang.String 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessController.TimeOutException

public ProcessController.TimeOutException()

ProcessController.TimeOutException

public ProcessController.TimeOutException(java.lang.String message)