org.eodisp.util.launcher
Class ProgramLaunchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eodisp.util.launcher.ProgramLaunchException
All Implemented Interfaces:
java.io.Serializable

public class ProgramLaunchException
extends java.lang.Exception

Indicates that a program (executable) could not be started.

Version:
$Id:$
Author:
ibirrer
See Also:
Serialized Form

Constructor Summary
ProgramLaunchException(java.lang.String message)
           
ProgramLaunchException(java.lang.String message, 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

ProgramLaunchException

public ProgramLaunchException(java.lang.String message)
Parameters:
message - describes why a program could not have been started

ProgramLaunchException

public ProgramLaunchException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message - describes why a program could not have been started
cause - The exception that was thrown when trying to start the program