jgroup.core
Class GroupUnreachableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jgroup.core.GroupUnreachableException
All Implemented Interfaces:
java.io.Serializable

public class GroupUnreachableException
extends java.lang.RuntimeException

Runtime exception thrown at the client side to indicate that the server group is unreachable (or has failed entirely).

Author:
Hein Meling
See Also:
Serialized Form

Constructor Summary
GroupUnreachableException(java.lang.String s)
          Construct the exception with the ascribed message.
GroupUnreachableException(java.lang.String s, java.lang.Exception e)
          Construct the exception with the ascribed message, and nested exception.
 
Method Summary
 
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

GroupUnreachableException

public GroupUnreachableException(java.lang.String s)
Construct the exception with the ascribed message.


GroupUnreachableException

public GroupUnreachableException(java.lang.String s,
                                 java.lang.Exception e)
Construct the exception with the ascribed message, and nested exception.



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.