ServiceNotFoundExceptionpublic class ServiceNotFoundException extends OperationsException Represents exceptions raised when a requested service is not supported. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ServiceNotFoundException()Default constructor.
super();
| public ServiceNotFoundException(String message)Constructor that allows a specific error message to be specified.
super(message);
|
|