javax.management
public class ServiceNotFoundException extends OperationsException
Since: 1.5
Constructor Summary | |
---|---|
ServiceNotFoundException()
Constructs a new ServiceNotFoundException . | |
ServiceNotFoundException(String message)
Constructs a new ServiceNotFoundException
with the specified message.
|
ServiceNotFoundException
.ServiceNotFoundException
with the specified message.
Parameters: message the error message to give to the user.