com.sun.multicast.reliable.transport
Class InvalidMulticastAddressException

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

public class InvalidMulticastAddressException
extends java.lang.Exception

The InvalidMulticastAddressException is thrown when the TransportProfile is being created and an invalid multicast address is specified.

See Also:
Serialized Form

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

InvalidMulticastAddressException

public InvalidMulticastAddressException()
Constructs an InvalidMulticastAddressException message with no detail.

InvalidMulticastAddressException

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