public class ServiceException extends RuntimeException
| 构造器和说明 |
|---|
ServiceException(AbstractBaseExceptionEnum exception) |
ServiceException(Integer code,
String errorMessage) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCode() |
String |
getErrorMessage() |
void |
setCode(Integer code) |
void |
setErrorMessage(String errorMessage) |
public ServiceException(AbstractBaseExceptionEnum exception)
Copyright © 2018. All rights reserved.