public class ServiceNotFoundException extends Exception
| 构造器和说明 |
|---|
ServiceNotFoundException() |
ServiceNotFoundException(String message) |
ServiceNotFoundException(String message,
Throwable cause) |
ServiceNotFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ServiceNotFoundException(Throwable cause) |
Copyright © 2017. All rights reserved.