Project JXTA

net.jxta.exception
Class JxtaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.jxta.exception.JxtaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DiscardQueryException, NoResponseException, PeerGroupException, ProtocolNotSupportedException, ResendQueryException, ServiceNotFoundException, UnknownServiceException, ViolationException

public class JxtaException
extends java.lang.Exception

Thrown when no JXTA response from a query is received but has to be resent

See Also:
Serialized Form

Constructor Summary
JxtaException()
          Construct a new NoResponseException with no detailed message.
JxtaException(java.lang.String msg)
           
 
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
 

Constructor Detail

JxtaException

public JxtaException(java.lang.String msg)

JxtaException

public JxtaException()
Construct a new NoResponseException with no detailed message.
Since:
JXTA 1.0

Project JXTA