jgroup.core.arm
Class GroupExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jgroup.core.JgroupException
              extended by jgroup.core.arm.GroupExistsException
All Implemented Interfaces:
java.io.Serializable

public class GroupExistsException
extends JgroupException

Class for GroupExistsExceptions.

Since:
Jgroup 1.1
Author:
Hein Meling
See Also:
Serialized Form

Constructor Summary
GroupExistsException(java.lang.String msg, int groupid)
           
GroupExistsException(java.lang.String msg, java.lang.Throwable e)
           
 
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

GroupExistsException

public GroupExistsException(java.lang.String msg,
                            int groupid)

GroupExistsException

public GroupExistsException(java.lang.String msg,
                            java.lang.Throwable e)


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