com.sun.multicast.reliable.transport
Class MemberPrunedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.multicast.reliable.RMException
                    |
                    +--com.sun.multicast.reliable.transport.MemberPrunedException
All Implemented Interfaces:
java.io.Serializable

public class MemberPrunedException
extends RMException

The MemberPrunedException is thrown when a member detects that it has been pruned from the tree. This is usually due to the member being unable to keep up with the minimum data rate.

See Also:
Serialized Form

Constructor Summary
MemberPrunedException()
          Constructs a MemberPrunedException message with no detail.
MemberPrunedException(java.lang.String s)
          Constructs a MemberPrunedException message with a detail string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemberPrunedException

public MemberPrunedException()
Constructs a MemberPrunedException message with no detail.

MemberPrunedException

public MemberPrunedException(java.lang.String s)
Constructs a MemberPrunedException message with a detail string.
Parameters:
s - the detail message


JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.