org.eodisp.util.launcher
Class ProgramKillException

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

public class ProgramKillException
extends java.lang.Exception

Indicates that a program or its process respectively, could not be killed.

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

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

ProgramKillException

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

ProgramKillException

public ProgramKillException(java.lang.String message,
                            java.lang.Throwable cause)
Parameters:
message - describes why a program could not have been killed
cause - The exception that was thrown while trying to kill the program