public class ServiceNotFoundException extends OperationsException
| Constructor and Description |
|---|
ServiceNotFoundException()
默认构造函数。
|
ServiceNotFoundException(String message)
允许指定特定错误消息的构造方法。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceNotFoundException()
public ServiceNotFoundException(String message)
message - 详细信息。