public class ServiceFailException extends RuntimeException
| 构造器和说明 |
|---|
ServiceFailException(BaseErrorCode errorCode) |
ServiceFailException(String message) |
ServiceFailException(String message,
int status) |
ServiceFailException(String message,
Throwable cause) |
public ServiceFailException(String message)
public ServiceFailException(String message, int status)
public ServiceFailException(BaseErrorCode errorCode)
Copyright © 2020. All rights reserved.