Project JXTA

Uses of Package
net.jxta.exception

Packages that use net.jxta.exception
net.jxta.exception Exception classes commonly used by JXTA Components. 
net.jxta.membership The Membership Service allows a peer to establish an identity within a peer group.  
net.jxta.meter Provides logging and monitoring facilities for debugging and auditing of messaging and service invocation within JXTA. 
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services.  
net.jxta.platform Classes for defining code modules within JXTA.  
net.jxta.util A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. 
net.jxta.util.documentSerializable   
 

Classes in net.jxta.exception used by net.jxta.exception
JxtaException
          The class JxtaException and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
 

Classes in net.jxta.exception used by net.jxta.membership
PeerGroupException
          Generic Peer group exception
ProtocolNotSupportedException
          Signals that an error occurred while attempting to access an endpoint protocol
 

Classes in net.jxta.exception used by net.jxta.meter
JxtaException
          The class JxtaException and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
 

Classes in net.jxta.exception used by net.jxta.peergroup
ConfiguratorException
          This class maintains a List of all possible causes that may be generated as a part of the configuration process.
PeerGroupException
          Generic Peer group exception
ProtocolNotSupportedException
          Signals that an error occurred while attempting to access an endpoint protocol
ServiceNotFoundException
          Signals that an error occurred while trying to access a peer group service
 

Classes in net.jxta.exception used by net.jxta.platform
PeerGroupException
          Generic Peer group exception
 

Classes in net.jxta.exception used by net.jxta.util
JxtaException
          The class JxtaException and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
 

Classes in net.jxta.exception used by net.jxta.util.documentSerializable
JxtaException
          The class JxtaException and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
 


JXTA J2SE