Package com.ms.object
 In this topic

*Constructors

 

Packages
  PreviousThis PackageNext
Package com.ms.object   Previous This
Package
Next

 


Class ServiceNotFoundException

public class ServiceNotFoundException extends Exception
{
  // Constructors
  public ServiceNotFoundException();
  public ServiceNotFoundException(String s);
}

This class represents an exception indicating that a requested service was not available.

Exception
  |
  +--ServiceNotFoundException

Constructors

ServiceNotFoundException

public ServiceNotFoundException();

Creates a ServiceNotFoundException with no detail message.

ServiceNotFoundException

public ServiceNotFoundException(String s);

Creates a ServiceNotFoundException with the specified detail message.

ParameterDescription
s The detail message.

upnrm.gif