|
|
||||||||||||||
Class ServiceNotFoundExceptionpublic class ServiceNotFoundException extends Exception { // Constructors public ServiceNotFoundException(); public ServiceNotFoundException(String s); } This class represents an exception indicating that a requested service was not available. Exception | +--ServiceNotFoundException ConstructorsServiceNotFoundExceptionpublic ServiceNotFoundException(); ServiceNotFoundExceptionpublic ServiceNotFoundException(String s);
|