org.objectweb.carol.util.bootstrap

Class ProcessException

Implemented Interfaces:
Serializable

public class ProcessException
extends Exception
implements Serializable

Class ProcessException is a Process exception

Version:
1.0, 15/07/2002

Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Constructor Summary

ProcessException()
empty constructor
ProcessException(String s)
string constructor
ProcessException(Throwable ex)
throwable constructor

Method Summary

String
toString()
to string method

Constructor Details

ProcessException

public ProcessException()
empty constructor


ProcessException

public ProcessException(String s)
string constructor


ProcessException

public ProcessException(Throwable ex)
throwable constructor

Method Details

toString

public String toString()
to string method