org.objectweb.proactive.core.node
Class NodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.proactive.core.ProActiveException
              extended byorg.objectweb.proactive.core.node.NodeException
All Implemented Interfaces:
java.io.Serializable

public class NodeException
extends ProActiveException

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.

Since:
ProActive 0.9
Version:
1.0, 2001/10/23
Author:
ProActive Team
See Also:
Serialized Form

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

NodeException

public NodeException()
Constructs a NodeException with no specified detail message.


NodeException

public NodeException(java.lang.String s)
Constructs a NodeException with the specified detail message.

Parameters:
s - the detail message

NodeException

public NodeException(java.lang.String s,
                     java.lang.Throwable t)
Constructs a NodeException with the specified detail message and nested exception.

Parameters:
s - the detail message
t - the nested exception

NodeException

public NodeException(java.lang.Throwable t)
Constructs a NodeException with the specified detail message and nested exception.

Parameters:
t - the nested exception


Copyright ? April 2005 INRIA All Rights Reserved.