com.sun.multicast.advertising
Class InvalidAdvertisementException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sun.multicast.advertising.InvalidAdvertisementException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidAdvertisementException
- extends java.lang.Exception
Signals that a Invalid Advertisement exception has occurred.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getString()
Returns the detailed error 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 |
InvalidAdvertisementException
public InvalidAdvertisementException()
- Creates an
InvalidAdvertisementException
with no
detail message.
InvalidAdvertisementException
public InvalidAdvertisementException(java.lang.String s)
- Creates an
InvalidAdvertisementException
with a
detail message.
getString
public java.lang.String getString()
- Returns the detailed error message
- Returns:
- the detailed error message
JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.