Microsoft SDK for Java

ServiceNotFoundException Class Constructors

The ServiceNotFoundException Class contains the following constructors:

ServiceNotFoundException()
ServiceNotFoundException(String s)

ServiceNotFoundException()

Creates a ServiceNotFoundException with no detail message.

Syntax

public ServiceNotFoundException();

ServiceNotFoundException(String s)

Creates a ServiceNotFoundException with the specified detail message.

Syntax

public ServiceNotFoundException(String s);

Parameters

s The detail message.

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