Inheritance diagram for org.objectweb.proactive.ActiveObjectCreationException:


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. | |
see active object creation documentation
Definition at line 47 of file ActiveObjectCreationException.java.
| org.objectweb.proactive.ActiveObjectCreationException.ActiveObjectCreationException | ( | String | s | ) |
Constructs a ActiveObjectCreationException with the specified detail message.
| 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.
| 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.
| detail | the nested exception |
Definition at line 80 of file ActiveObjectCreationException.java.
1.5.1