com.sun.multicast.allocation
Class NoAddressAvailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.multicast.allocation.AddressAllocationException
                    |
                    +--com.sun.multicast.allocation.NoAddressAvailableException
All Implemented Interfaces:
java.io.Serializable

public class NoAddressAvailableException
extends AddressAllocationException

Signals that an address allocation request could not be completed because no address meeting the requirements was available.

See Also:
Serialized Form

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

NoAddressAvailableException

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

NoAddressAvailableException

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