public class ServiceNotFoundException extends OperationsException
| Constructor and Description |
|---|
ServiceNotFoundException()
Constructs a new
ServiceNotFoundException. |
ServiceNotFoundException(java.lang.String message)
Constructs a new
ServiceNotFoundException
with the specified message. |
public ServiceNotFoundException()
ServiceNotFoundException.public ServiceNotFoundException(java.lang.String message)
ServiceNotFoundException
with the specified message.message - the error message to give to the user.