com.sun.multicast.allocation
Class AddressAllocationInternalException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sun.multicast.allocation.AddressAllocationException
|
+--com.sun.multicast.allocation.AddressAllocationInternalException
- All Implemented Interfaces:
- java.io.Serializable
- public class AddressAllocationInternalException
- extends AddressAllocationException
Signals that an internal error has occurred during address allocation.
This exception is the default exception from address allocation and is
not expected to be thrown. The expected exception is
AddressAllocationException.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getMessage()
Produce the message, include the message from the internal
exception if there is one. |
void |
printStackTrace()
Print a stack trace, including the internal exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AddressAllocationInternalException
public AddressAllocationInternalException(java.lang.Exception e)
- Creates a
AddressAllocationInternalException
for the
given exception.
- Parameters:
e
- the exception that occurred
getMessage
public java.lang.String getMessage()
- Produce the message, include the message from the internal
exception if there is one.
- Overrides:
getMessage
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Print a stack trace, including the internal exception.
- Overrides:
printStackTrace
in class java.lang.Throwable
JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.