com.sun.multicast.reliable.transport
Class NoMembersException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--com.sun.multicast.reliable.transport.NoMembersException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoMembersException
- extends java.io.IOException
The NoMembersException is thrown when a TRAM sender tries to send
data and there are no members in the group.
- See Also:
- Serialized Form
Constructor Summary |
NoMembersException()
Constructs an NoMembersException message with no detail. |
NoMembersException(java.lang.String s)
Constructs an NoMembersException 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 |
NoMembersException
public NoMembersException()
- Constructs an NoMembersException message with no detail.
NoMembersException
public NoMembersException(java.lang.String s)
- Constructs an NoMembersException 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.