public class MotanServiceException extends MotanAbstractException
errorMsg, motanErrorMsg| 构造器和说明 |
|---|
MotanServiceException() |
MotanServiceException(MotanErrorMsg motanErrorMsg) |
MotanServiceException(String message) |
MotanServiceException(String message,
boolean writableStackTrace) |
MotanServiceException(String message,
MotanErrorMsg motanErrorMsg) |
MotanServiceException(String message,
MotanErrorMsg motanErrorMsg,
boolean writableStackTrace) |
MotanServiceException(String message,
Throwable cause) |
MotanServiceException(String message,
Throwable cause,
MotanErrorMsg motanErrorMsg) |
MotanServiceException(String message,
Throwable cause,
MotanErrorMsg motanErrorMsg,
boolean writableStackTrace) |
MotanServiceException(Throwable cause) |
MotanServiceException(Throwable cause,
MotanErrorMsg motanErrorMsg) |
getErrorCode, getMessage, getMotanErrorMsg, getOriginMessage, getStatuspublic MotanServiceException()
public MotanServiceException(MotanErrorMsg motanErrorMsg)
public MotanServiceException(String message)
public MotanServiceException(String message, boolean writableStackTrace)
public MotanServiceException(String message, MotanErrorMsg motanErrorMsg)
public MotanServiceException(String message, MotanErrorMsg motanErrorMsg, boolean writableStackTrace)
public MotanServiceException(String message, Throwable cause, MotanErrorMsg motanErrorMsg)
public MotanServiceException(String message, Throwable cause, MotanErrorMsg motanErrorMsg, boolean writableStackTrace)
public MotanServiceException(Throwable cause)
public MotanServiceException(Throwable cause, MotanErrorMsg motanErrorMsg)
Copyright © 2023. All rights reserved.