|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException gboat2.base.bridge.exception.GboatNestedException gboat2.approve.service.ApproveException
public class ApproveException
审核异常,
构造方法摘要 | |
---|---|
ApproveException()
ApproveException |
|
ApproveException(String message)
ApproveException |
|
ApproveException(String message,
String errorCode)
ApproveException |
|
ApproveException(String message,
Throwable cause)
ApproveException |
|
ApproveException(String message,
Throwable cause,
String errorCode)
ApproveException |
|
ApproveException(Throwable cause)
ApproveException |
|
ApproveException(Throwable cause,
String errorCode)
ApproveException |
方法摘要 |
---|
从类 gboat2.base.bridge.exception.GboatNestedException 继承的方法 |
---|
getErrorCode, setErrorCode |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public ApproveException()
public ApproveException(String message, Throwable cause)
message
- cause
- public ApproveException(String message, Throwable cause, String errorCode)
message
- cause
- errorCode
- public ApproveException(String message)
message
- public ApproveException(String message, String errorCode)
message
- errorCode
- public ApproveException(Throwable cause)
cause
- public ApproveException(Throwable cause, String errorCode)
cause
- errorCode
-
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |