javax.management

Class ServiceNotFoundException

public class ServiceNotFoundException extends OperationsException

Thrown when a requested service is unsupported.

Since: 1.5

Constructor Summary
ServiceNotFoundException()
Constructs a new ServiceNotFoundException.
ServiceNotFoundException(String message)
Constructs a new ServiceNotFoundException with the specified message.

Constructor Detail

ServiceNotFoundException

public ServiceNotFoundException()
Constructs a new ServiceNotFoundException.

ServiceNotFoundException

public ServiceNotFoundException(String message)
Constructs a new ServiceNotFoundException with the specified message.

Parameters: message the error message to give to the user.