Class EDBException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EDBNotAvailException, EDBRecordNotFoundException

public class EDBException extends EBaseException
A class represents a database exception.

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • EDBException

      public EDBException(String msgFormat)
      Constructs a database exception.

      Parameters:
      msgFormat - message format
    • EDBException

      public EDBException(String msgFormat, Throwable cause)
      Constructs a database exception.

      Parameters:
      msgFormat - message format
      cause - the cause
    • EDBException

      public EDBException(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.