org.objectweb.proactive.core.group
Class ExceptionInGroup

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.objectweb.proactive.core.group.ExceptionInGroup
All Implemented Interfaces:
java.io.Serializable

public class ExceptionInGroup
extends java.lang.RuntimeException

This class represents an throwable occured in a group communication.

Author:
Laurent Baduel
See Also:
Serialized Form

Constructor Summary
ExceptionInGroup(java.lang.Object object, java.lang.Throwable throwable)
          Built an ThrowableInGroup
 
Method Summary
 java.lang.Object getObject()
          Returns the object who thrown the Throwable
 java.lang.Throwable getThrowable()
          Returns the Throwable thrown
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionInGroup

public ExceptionInGroup(java.lang.Object object,
                        java.lang.Throwable throwable)
Built an ThrowableInGroup

Parameters:
object - - the object who thrown the throwable (use null if the object is unknown)
throwable - - the throwable thrown
Method Detail

getObject

public java.lang.Object getObject()
Returns the object who thrown the Throwable

Returns:
the object who thrown the Throwable

getThrowable

public java.lang.Throwable getThrowable()
Returns the Throwable thrown

Returns:
the Throwable thrown


Copyright © April 2004 INRIA All Rights Reserved.