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��
- 另请参见:
- 序列化表格
| 从类 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()