public class ServiceException extends RuntimeException
| 构造器和说明 |
|---|
ServiceException() |
ServiceException(String message) |
ServiceException(String message,
Object... args)
采用String.format方式格式化message(非MessageFormat.format方式)
|
ServiceException(String message,
Throwable cause) |
ServiceException(Throwable cause) |
Copyright © 2019. All rights reserved.