The ServiceNotFoundException Class of the com.ms.object package represents an exception indicating that a requested service was not available.
public class ServiceNotFoundException extends Exception { // Constructors public ServiceNotFoundException(); public ServiceNotFoundException(String s); }
Exception | +--ServiceNotFoundException