|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.objectweb.proactive.core.ProActiveException | +--org.objectweb.proactive.ActiveObjectCreationException
An exception thrown when a problem occurs during the creation of an ActiveObject
see active object creation documentation
Field Summary |
Fields inherited from class org.objectweb.proactive.core.ProActiveException |
detail |
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. |
Methods inherited from class org.objectweb.proactive.core.ProActiveException |
getMessage, getTargetException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, 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 messagepublic ActiveObjectCreationException(java.lang.String s, java.lang.Throwable detail)
ActiveObjectCreationException
with the specified
detail message and nested exception.
s
- the detail messagepublic ActiveObjectCreationException(java.lang.Throwable detail)
ActiveObjectCreationException
with the specified
detail message and nested exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |