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