Class DBException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DBNotAvailableException, DBRecordAlreadyExistsException, DBRecordNotFoundException, ELdapException

public class DBException extends EBaseException
A class represents a database exception.
See Also:
  • Constructor Details

    • DBException

      public DBException(String msgFormat)
      Constructs a database exception.
      Parameters:
      msgFormat - message format
    • DBException

      public DBException(String msgFormat, Throwable cause)
      Constructs a database exception.
      Parameters:
      msgFormat - message format
      cause - the cause
    • DBException

      public DBException(String msgFormat, Object[] params)
      Constructs a database exception.
      Parameters:
      msgFormat - message format
      params - list of parameters
  • Method Details

    • getBundleName

      protected String getBundleName()
      Description copied from class: EBaseException
      Returns the given resource bundle name.
      Overrides:
      getBundleName in class EBaseException
      Returns:
      the name of the resource bundle for this class.