org.mmbase.util.externalprocess
Class ProcessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mmbase.util.externalprocess.ProcessException
All Implemented Interfaces:
java.io.Serializable

public class ProcessException
extends java.lang.Exception

This excpetion is thrown when an external process failed.

Since:
MMBase-1.6
Version:
$Id:
Author:
Nico Klasens (Finalist IT Group)
See Also:
Serialized Form

Constructor Summary
ProcessException()
          Constructor for ProcessException.
ProcessException(java.lang.String message)
          Constructor for ProcessException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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(java.lang.String message)
Constructor for ProcessException.
Parameters:
message -  


MMBase build 1.6.5.20030923