Package org.compiere.util
Class DBException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class DBException extends DBException
Deprecated.This class was moved toDBException
and will be removed in future.This RuntimeException is used to pass SQLException up the chain of calling methods to determine what to do where needed.- Author:
- Teo Sarca, SC ARHIPAC SERVICE SRL
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.adempiere.exceptions.DBException
DATABASE_OPERATION_TIMEOUT_MSG, DELETE_ERROR_DEPENDENT_MSG, SAVE_ERROR_NOT_UNIQUE_MSG
-
-
Constructor Summary
Constructors Constructor Description DBException(Exception e)
Deprecated.DBException(String msg)
Deprecated.
-
Method Summary
-
Methods inherited from class org.adempiere.exceptions.DBException
getDefaultDBExceptionMessage, getErrorCode, getNextException, getSQL, getSQLException, getSQLState, isChildRecordFoundError, isInvalidIdentifierError, isInvalidUserPassError, isTimeout, isUniqueContraintError, isValueTooLarge
-
Methods inherited from class org.adempiere.exceptions.AdempiereException
getCtx, getLocalizedMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-