gboat2.base.bridge.exception
类 BusinessNestedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gboat2.base.bridge.exception.BusinessNestedException
- 所有已实现的接口:
- Serializable
- 直接已知子类:
- DefaultBusinessNestedException, UploadException, ValidateException
public abstract class BusinessNestedException
- extends Exception
系统默认异常基类,系统所有的业务异常类都需要实现此类
系统提供此异常的默认实现:DefaultBusinessNestedException
- 作者:
- zhangxj-a
- 另请参见:
- 序列化表格
从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BusinessNestedException
public BusinessNestedException()
BusinessNestedException
public BusinessNestedException(String message,
Throwable cause)
BusinessNestedException
public BusinessNestedException(String message,
Throwable cause,
String errorCode)
BusinessNestedException
public BusinessNestedException(String message)
BusinessNestedException
public BusinessNestedException(String message,
String errorCode)
BusinessNestedException
public BusinessNestedException(Throwable cause)
BusinessNestedException
public BusinessNestedException(Throwable cause,
String errorCode)
getErrorCode
public String getErrorCode()
setErrorCode
public void setErrorCode(String errorCode)
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.