Project JXTA

net.jxta.exception
Class ServiceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.jxta.exception.JxtaException
              extended bynet.jxta.exception.ServiceNotFoundException
All Implemented Interfaces:
Serializable

public class ServiceNotFoundException
extends JxtaException

Signals that an error occurred while trying to access a peer group service

See Also:
Serialized Form

Constructor Summary
ServiceNotFoundException()
          Constructs an Exception with no specified detail message.
ServiceNotFoundException(String message)
          Constructs an Exception with the specified detail message.
ServiceNotFoundException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
ServiceNotFoundException(Throwable cause)
          Constructs a new exception with the specified detail message and cause.
 
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

ServiceNotFoundException

public ServiceNotFoundException()
Constructs an Exception with no specified detail message.


ServiceNotFoundException

public ServiceNotFoundException(String message)
Constructs an Exception with the specified detail message.

Parameters:
message - the detail message.

ServiceNotFoundException

public ServiceNotFoundException(Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

ServiceNotFoundException

public ServiceNotFoundException(String message,
                                Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - message the detail message
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

JXTA J2SE