Class EDBException

    • Constructor Summary

      Constructors 
      Constructor Description
      EDBException​(java.lang.String msgFormat)
      Constructs a database exception.
      EDBException​(java.lang.String msgFormat, java.lang.Object[] params)
      Constructs a database exception.
      EDBException​(java.lang.String msgFormat, java.lang.Throwable cause)
      Constructs a database exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getBundleName()
      Returns the given resource bundle name.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EDBException

        public EDBException​(java.lang.String msgFormat)
        Constructs a database exception.

        Parameters:
        msgFormat - message format
      • EDBException

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

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

        public EDBException​(java.lang.String msgFormat,
                            java.lang.Object[] params)
        Constructs a database exception.

        Parameters:
        msgFormat - message format
        params - list of parameters
    • Method Detail

      • getBundleName

        protected java.lang.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.