|
|||||||||||
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.core.node.NodeException
The Node
interface offers a generic interface over various
implementations of the node such as RMI or JINI, this exception offer a way
to wrap the various exceptions triggered by the implementation.
A NodeException
is raised if a problem occured due to the remote
nature of the concrete implementation of the node.
Field Summary |
Fields inherited from class org.objectweb.proactive.core.ProActiveException |
detail |
Constructor Summary | |
NodeException()
Constructs a NodeException with no specified
detail message. |
|
NodeException(java.lang.String s)
Constructs a NodeException with the specified detail message. |
|
NodeException(java.lang.String s,
java.lang.Throwable t)
Constructs a NodeException with the specified
detail message and nested exception. |
|
NodeException(java.lang.Throwable t)
Constructs a NodeException 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 NodeException()
NodeException
with no specified
detail message.
public NodeException(java.lang.String s)
NodeException
with the specified detail message.
s
- the detail messagepublic NodeException(java.lang.String s, java.lang.Throwable t)
NodeException
with the specified
detail message and nested exception.
s
- the detail messagepublic NodeException(java.lang.Throwable t)
NodeException
with the specified
detail message and nested exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |