org.objectweb.proactive.core.group
Class UnreachableGroupException

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

public class UnreachableGroupException
extends java.lang.RuntimeException
implements java.io.Serializable

This Exception occurs when a reference on a group is requiered and a null value is returned.

Author:
Laurent Baduel
See Also:
Serialized Form

Constructor Summary
UnreachableGroupException()
           
 
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

UnreachableGroupException

public UnreachableGroupException()


Copyright © April 2004 INRIA All Rights Reserved.