org.objectweb.proactive.core.exceptions.group
Class SendRequestGroupException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.proactive.core.ProActiveException
                    |
                    +--org.objectweb.proactive.core.exceptions.NonFunctionalException
                          |
                          +--org.objectweb.proactive.core.exceptions.group.ProActiveGroupException
                                |
                                +--org.objectweb.proactive.core.exceptions.group.SendGroupException
                                      |
                                      +--org.objectweb.proactive.core.exceptions.group.SendRequestGroupException
All Implemented Interfaces:
java.io.Serializable

public class SendRequestGroupException
extends SendGroupException

Group 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
 
Fields inherited from class org.objectweb.proactive.core.ProActiveException
detail
 
Constructor Summary
SendRequestGroupException(java.lang.String s, java.lang.Throwable ex)
          Constructs a SendRequestGroupException with the specified detail message and nested exception.
SendRequestGroupException(java.lang.Throwable ex)
          Constructs a SendRequestGroupException 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

SendRequestGroupException

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

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

SendRequestGroupException

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

Parameters:
ex - the nested exception


Copyright © April 2004 INRIA All Rights Reserved.