org.objectweb.carol.util.bootstrap
Class ProcessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.carol.util.bootstrap.ProcessException
All Implemented Interfaces:
java.io.Serializable

public class ProcessException
extends java.lang.Exception
implements java.io.Serializable

Class ProcessException is a Process exception

Version:
1.0, 15/07/2002
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
See Also:
Serialized Form

Constructor Summary
ProcessException()
          empty constructor
ProcessException(java.lang.String s)
          string constructor
ProcessException(java.lang.Throwable ex)
          throwable constructor
 
Method Summary
 java.lang.String toString()
          to string method
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessException

public ProcessException()
empty constructor


ProcessException

public ProcessException(java.lang.String s)
string constructor


ProcessException

public ProcessException(java.lang.Throwable ex)
throwable constructor

Method Detail

toString

public java.lang.String toString()
to string method