wt.util
Class ProcessLauncher.TimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bywt.util.ProcessLauncher.TimeoutException
All Implemented Interfaces:
Serializable
Enclosing class:
ProcessLauncher

public class ProcessLauncher.TimeoutException
extends IOException

See Also:
Serialized Form

Field Summary
private  String commandThatTimedOut_
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
private ProcessLauncher.TimeoutException(String message, String command)
           
 
Method Summary
 String getTimedOutCommand()
           
 
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
 

Field Detail

commandThatTimedOut_

private String commandThatTimedOut_
Constructor Detail

ProcessLauncher.TimeoutException

private ProcessLauncher.TimeoutException(String message,
                                         String command)
Method Detail

getTimedOutCommand

public String getTimedOutCommand()