org.mmbase.util.externalprocess
Class ProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mmbase.util.externalprocess.ProcessException
All Implemented Interfaces:
Serializable

public class ProcessException
extends Exception

This excpetion is thrown when an external process failed.

Since:
MMBase-1.6
Version:
$Id: ProcessException.java 34900 2009-05-01 16:29:42Z michiel $
Author:
Nico Klasens (Finalist IT Group)
See Also:
Serialized Form

Constructor Summary
ProcessException()
          Constructor for ProcessException.
ProcessException(String message)
          Constructor for ProcessException.
ProcessException(String message, Throwable cause)
          Constructor for ProcessException.
ProcessException(Throwable cause)
          Constructor for ProcessException.
 
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

ProcessException

public ProcessException()
Constructor for ProcessException.


ProcessException

public ProcessException(String message)
Constructor for ProcessException.

Parameters:
message -

ProcessException

public ProcessException(Throwable cause)
Constructor for ProcessException.

Since:
MMBase-1.9

ProcessException

public ProcessException(String message,
                        Throwable cause)
Constructor for ProcessException.

Parameters:
message -
Since:
MMBase-1.9


MMBase 2.0-SNAPSHOT - null