GigaSpaces XAP 9.0 API

com.sun.jini.discovery
Class DiscoveryProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
DiscoveryProtocolException(String message)
          Constructs a new DiscoveryProtocolException with the specified detail message.
DiscoveryProtocolException(String message, Throwable cause)
          Constructs a new DiscoveryProtocolException with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.


GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.