Microsoft SDK for Java

ServiceNotFoundException Class

The ServiceNotFoundException Class of the com.ms.object package represents an exception indicating that a requested service was not available.

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

Hierarchy

Exception
  |
  +--ServiceNotFoundException

© 1999 Microsoft Corporation. All rights reserved. Terms of use.