com.sun.multicast.reliable
Class RMException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.multicast.reliable.RMException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChannelException, InvalidTransportProfileException, IrrecoverableDataException, LateJoinException, MemberPrunedException, SessionDoneException, SessionDownException

public class RMException
extends java.lang.Exception

Signals that a reliable-multicast-specific failure has occurred.

See Also:
Serialized Form

Constructor Summary
RMException()
          Creates a RMException with no detail message.
RMException(java.lang.String s)
          Creates a RMException with the specified detail message.
 
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

RMException

public RMException()
Creates a RMException with no detail message.

RMException

public RMException(java.lang.String s)
Creates a RMException with the specified detail message.
Parameters:
s - the detail message


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