The ServiceNotFoundException Class contains the following constructors:
ServiceNotFoundException()
ServiceNotFoundException(String s)
Creates a ServiceNotFoundException with no detail message.
public ServiceNotFoundException();
Creates a ServiceNotFoundException with the specified detail message.
public ServiceNotFoundException(String s);
s | The detail message. |