com.sun.multicast.reliable.channel
Class NotAdvertisingException

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

public class NotAdvertisingException
extends ChannelException

Signals that the channel is not advertising and therefore cannot respond to certain methods.

See Also:
Serialized Form

Constructor Summary
NotAdvertisingException()
          Creates an NotAdvertisingException with no detail message.
NotAdvertisingException(java.lang.String s)
          Creates an NotAdvertisingException 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

NotAdvertisingException

public NotAdvertisingException()
Creates an NotAdvertisingException with no detail message.

NotAdvertisingException

public NotAdvertisingException(java.lang.String s)
Creates an NotAdvertisingException 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.