javax.management
public class ServiceNotFoundException extends OperationsException
Constructor and Description |
---|
ServiceNotFoundException()
Constructs a new
ServiceNotFoundException . |
ServiceNotFoundException(String message)
Constructs a new
ServiceNotFoundException
with the specified message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceNotFoundException()
ServiceNotFoundException
.public ServiceNotFoundException(String message)
ServiceNotFoundException
with the specified message.message
- the error message to give to the user.