com.sun.multicast.reliable.channel
Class ChannelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.multicast.reliable.RMException
                    |
                    +--com.sun.multicast.reliable.channel.ChannelException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChannelManagerNotFoundException, ChannelNotFoundException, InvalidChannelException, LimitExceededException, NotAdvertisingException, UnauthorizedUserException

public class ChannelException
extends RMException

Signals that a channel exception of some sort has occurred. Several subclasses of this exception provide more specific diagnostics.

See Also:
Serialized Form

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

ChannelException

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

ChannelException

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