com.sun.multicast.allocation
Class AddressAllocationException

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

public class AddressAllocationException
extends java.lang.Exception

Signals that an address allocation exception has occurred. This is the default handler for exceptions during address allocation other than the AddressAllocationException itself. This exception is not expected to be thrown.

See Also:
Serialized Form

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

AddressAllocationException

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

AddressAllocationException

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