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
public class DiscoveryProtocolException
- extends IOException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DiscoveryProtocolException
public DiscoveryProtocolException(String message)
- Constructs a new
DiscoveryProtocolException
with the
specified detail message.
DiscoveryProtocolException
public DiscoveryProtocolException(String message,
Throwable cause)
- Constructs a new
DiscoveryProtocolException
with the
specified detail message and cause.
Copyright © GigaSpaces.