|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.proactive.core.ProActiveException
org.objectweb.proactive.ActiveObjectCreationException
public class ActiveObjectCreationException
An exception thrown when a problem occurs during the creation of an ActiveObject
see active object creation documentation
| Constructor Summary | |
|---|---|
ActiveObjectCreationException()
Constructs a ProActiveException with no specified
detail message. |
|
ActiveObjectCreationException(java.lang.String s)
Constructs a ActiveObjectCreationException with the specified detail message. |
|
ActiveObjectCreationException(java.lang.String s,
java.lang.Throwable detail)
Constructs a ActiveObjectCreationException with the specified
detail message and nested exception. |
|
ActiveObjectCreationException(java.lang.Throwable detail)
Constructs a ActiveObjectCreationException with the specified
detail message and nested exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActiveObjectCreationException()
ProActiveException with no specified
detail message.
public ActiveObjectCreationException(java.lang.String s)
ActiveObjectCreationException with the specified detail message.
s - the detail message
public ActiveObjectCreationException(java.lang.String s,
java.lang.Throwable detail)
ActiveObjectCreationException with the specified
detail message and nested exception.
s - the detail messagedetail - the nested exceptionpublic ActiveObjectCreationException(java.lang.Throwable detail)
ActiveObjectCreationException with the specified
detail message and nested exception.
detail - the nested exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||