com.beetle.framework.business.delegate
类 BusinessRollbackException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 com.beetle.framework.AppException
              继承者 com.beetle.framework.business.delegate.BusinessException
                  继承者 com.beetle.framework.business.delegate.BusinessRollbackException
所有已实现的接口:
java.io.Serializable

public class BusinessRollbackException
extends BusinessException

Title: Beetle业务逻辑框架

Description:

Copyright: Copyright (c) 2006

Company: 甲壳虫软件

版本:
1.0
作者:
余浩东(yuhaodong@gmail.com)
另请参见:
序列化表格

构造方法摘要
BusinessRollbackException(BsResponse bs)
           
 
方法摘要
 BsResponse getBs()
           
 
从类 com.beetle.framework.AppException 继承的方法
getErrCode
 
从类 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
 

构造方法详细信息

BusinessRollbackException

public BusinessRollbackException(BsResponse bs)
方法详细信息

getBs

public BsResponse getBs()