Package com.sun.jini.discovery
Class DiscoveryProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.jini.discovery.DiscoveryProtocolException
- All Implemented Interfaces:
Serializable
Exception indicating a discovery protocol error, such as failure to interpret packet data, or
multicast request/announcement data that cannot fit within a given packet length.
- Since:
- 2.0
- Author:
- Sun Microsystems, Inc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiscoveryProtocolException(String message) Constructs a newDiscoveryProtocolExceptionwith the specified detail message.DiscoveryProtocolException(String message, Throwable cause) Constructs a newDiscoveryProtocolExceptionwith the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiscoveryProtocolException
Constructs a newDiscoveryProtocolExceptionwith the specified detail message. -
DiscoveryProtocolException
Constructs a newDiscoveryProtocolExceptionwith the specified detail message and cause.
-