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
另请参见:
序列化表格

构造方法摘要
BusinessNestedException()
           
BusinessNestedException(String message)
           
BusinessNestedException(String message, String errorCode)
           
BusinessNestedException(String message, Throwable cause)
           
BusinessNestedException(String message, Throwable cause, String errorCode)
           
BusinessNestedException(Throwable cause)
           
BusinessNestedException(Throwable cause, String errorCode)
           
 
方法摘要
 String getErrorCode()
           
 void setErrorCode(String errorCode)
           
 
从类 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
 

构造方法详细信息

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.