com.sun.multicast.reliable.transport
Class LateJoinException

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

public class LateJoinException
extends RMException

The LateJoinException is thrown when the transport layer detects that the joined the multicast session is in the middle of the data transmission. This exception is meant as a warning to signify that all data from the start of data transmission may or maynot be recovered.

See Also:
Serialized Form

Constructor Summary
LateJoinException()
          Constructs a LateJoinException message with no detail.
LateJoinException(java.lang.String s)
          Constructs a LateJoinException 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

LateJoinException

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

LateJoinException

public LateJoinException(java.lang.String s)
Constructs a LateJoinException 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.