com.beetle.framework
类 AppRuntimeException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 com.beetle.framework.AppRuntimeException
所有已实现的接口:
java.io.Serializable
直接已知子类:
CommandExecuteException, ConnectionException, DaoFactoryException, DBAccessException, DBTransException, DelegateExecuteException, JTAException, RoutineRunException, StorageAccessException

public class AppRuntimeException
extends java.lang.RuntimeException

Title: J2EE��ܺ��Ĺ��߰�

Description:��ܷǼ���쳣����

Copyright: Copyright (c) 2005

Company: �׿dz����

版本:
1.0
作者:
��ƶ���hdyu@beetlesoft.net��
另请参见:
序列化表格

构造方法摘要
AppRuntimeException(int errCode, java.lang.String message)
           
AppRuntimeException(int errCode, java.lang.String message, java.lang.Throwable cause)
           
AppRuntimeException(int errCode, java.lang.Throwable cause)
           
AppRuntimeException(java.lang.String message)
           
AppRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
AppRuntimeException(java.lang.Throwable cause)
           
 
方法摘要
 int 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
 

构造方法详细信息

AppRuntimeException

public AppRuntimeException(java.lang.String message,
                           java.lang.Throwable cause)

AppRuntimeException

public AppRuntimeException(int errCode,
                           java.lang.String message,
                           java.lang.Throwable cause)

AppRuntimeException

public AppRuntimeException(java.lang.String message)

AppRuntimeException

public AppRuntimeException(int errCode,
                           java.lang.String message)

AppRuntimeException

public AppRuntimeException(java.lang.Throwable cause)

AppRuntimeException

public AppRuntimeException(int errCode,
                           java.lang.Throwable cause)
方法详细信息

getErrCode

public int getErrCode()