org.objectweb.proactive.core.exceptions.communication
Class ProActiveCommunicationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.proactive.core.ProActiveException
              extended byorg.objectweb.proactive.core.exceptions.NonFunctionalException
                  extended byorg.objectweb.proactive.core.exceptions.communication.ProActiveCommunicationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReceiveCommunicationException, SendCommunicationException

public class ProActiveCommunicationException
extends NonFunctionalException

Generic exception for every communication exception

Since:
ProActive 0.9.3
Version:
1.0, 2002/07/08
Author:
ProActive Team
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.exceptions.NonFunctionalException
description, separator
 
Fields inherited from class org.objectweb.proactive.core.ProActiveException
detail
 
Constructor Summary
ProActiveCommunicationException()
          Constructs a NonFunctionalException with no specified detail message.
ProActiveCommunicationException(java.lang.String s, java.lang.Throwable ex)
          Constructs a ProActiveCommunicationException with the specified detail message and nested exception.
ProActiveCommunicationException(java.lang.Throwable ex)
          Constructs a ProActiveCommunicationException with the specified detail message and nested exception.
 
Methods inherited from class org.objectweb.proactive.core.exceptions.NonFunctionalException
getDescription
 
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

ProActiveCommunicationException

public ProActiveCommunicationException()
Constructs a NonFunctionalException with no specified detail message.


ProActiveCommunicationException

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

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

ProActiveCommunicationException

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

Parameters:
ex - the nested exception


Copyright ? October 2004 INRIA All Rights Reserved.