Name

Package net.jxta.exception

Synopsis

This package contains various exception classes used by the JXTA language bindings. The class hierarchy for this package is shown in Figure 9-6.

The net.jxta.exception package

Figure 9-6. The net.jxta.exception package

Exceptions

public class JxtaException extends Exception;
public class DiscardQueryException extends JxtaException;
public class HandshakeInProgressException extends JxtaException;
public class NoResponseException extends JxtaException;
public class PeerGroupException extends JxtaException;
public class ProtocolNotSupportedException extends JxtaException;
public class ResendQueryException extends JxtaException;
public class ServiceNotFoundException extends JxtaException;
public class UnknownServiceException extends JxtaException;
public class ViolationException extends JxtaException;

Errors

public class JxtaError extends Error;

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.