Package org.compiere.util
Class DBException
- All Implemented Interfaces:
Serializable
@Deprecated(since="13",
forRemoval=true)
@GeneratedCodeCoverageExclusion
public class DBException
extends DBException
Deprecated, for removal: This API element is subject to removal in a future version.
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:
-
Field Summary
Fields inherited from class org.adempiere.exceptions.DBException
DATABASE_OPERATION_TIMEOUT_MSG, DELETE_ERROR_DEPENDENT_MSG, DELETE_ERROR_DEPENDENT_MSG_WITH_INFO, SAVE_ERROR_NOT_UNIQUE_MSG -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.DBException(String msg) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.adempiere.exceptions.DBException
getDefaultDBExceptionMessage, getErrorCode, getNextException, getSQL, getSQLException, getSQLState, isChildRecordFoundError, isColumnNotFound, isInvalidIdentifierError, isInvalidUserPassError, isTimeout, isUniqueContraintError, isValueTooLargeMethods inherited from class org.adempiere.exceptions.AdempiereException
getCtx, getLocalizedMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DBException
Deprecated, for removal: This API element is subject to removal in a future version. -
DBException
Deprecated, for removal: This API element is subject to removal in a future version.
-
DBExceptionand will be removed in future.