org.mmbase.util.externalprocess
Class ProcessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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,v 1.3 2003/05/12 13:10:47 kees Exp $
Author:
Nico Klasens (Finalist IT Group)
See Also:
Serialized Form

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


MMBase build 1.8.1.20060716