public class ServiceException extends AbstractException
| 构造器和说明 |
|---|
ServiceException() |
ServiceException(ErrorCode errorCode) |
ServiceException(String message) |
ServiceException(String message,
Throwable cause) |
ServiceException(String message,
Throwable cause,
ErrorCode errorCode) |
ServiceException(Throwable cause) |
ServiceException(Throwable cause,
ErrorCode errorCode) |
ServiceException(Throwable cause,
String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
toString() |
Copyright © 2022. All rights reserved.