com.sun.multicast.reliable.channel
Class ChannelNotFoundException

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.ChannelNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ChannelNotFoundException
extends ChannelException

Signals that no channel could be found.

See Also:
Serialized Form

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

ChannelNotFoundException

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

ChannelNotFoundException

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