org.objectweb.proactive.ActiveObjectCreationException Class Reference

An exception thrown when a problem occurs during the creation of an ActiveObject . More...

Inheritance diagram for org.objectweb.proactive.ActiveObjectCreationException:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.proactive.ActiveObjectCreationException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ActiveObjectCreationException ()
 Constructs a ProActiveException with no specified detail message.
 ActiveObjectCreationException (String s)
 Constructs a ActiveObjectCreationException with the specified detail message.
 ActiveObjectCreationException (String s, Throwable detail)
 Constructs a ActiveObjectCreationException with the specified detail message and nested exception.
 ActiveObjectCreationException (Throwable detail)
 Constructs a ActiveObjectCreationException with the specified detail message and nested exception.

Detailed Description

An exception thrown when a problem occurs during the creation of an ActiveObject .

see active object creation documentation

Author:
ProActive Team
Version:
1.0, 2001/10/23
Since:
ProActive 0.9

Definition at line 47 of file ActiveObjectCreationException.java.


Constructor & Destructor Documentation

org.objectweb.proactive.ActiveObjectCreationException.ActiveObjectCreationException ( String  s  ) 

Constructs a ActiveObjectCreationException with the specified detail message.

Parameters:
s the detail message

Definition at line 60 of file ActiveObjectCreationException.java.

org.objectweb.proactive.ActiveObjectCreationException.ActiveObjectCreationException ( String  s,
Throwable  detail 
)

Constructs a ActiveObjectCreationException with the specified detail message and nested exception.

Parameters:
s the detail message
detail the nested exception

Definition at line 71 of file ActiveObjectCreationException.java.

org.objectweb.proactive.ActiveObjectCreationException.ActiveObjectCreationException ( Throwable  detail  ) 

Constructs a ActiveObjectCreationException with the specified detail message and nested exception.

Parameters:
detail the nested exception

Definition at line 80 of file ActiveObjectCreationException.java.


The documentation for this class was generated from the following file:
Generated on Mon Jan 22 15:16:13 2007 for ProActive by  doxygen 1.5.1