Class AFileListResolutionError.DatabaseError

    • Constructor Detail

      • DatabaseError

        public DatabaseError​(String message,
                             de.xima.cmn.dao.exceptions.AbstractDaoException cause,
                             ResourceItem item)
        Parameters:
        message - Error message with a short description.
        cause - Underlying cause of the error.
        item - Item that was resolved.
      • DatabaseError

        public DatabaseError​(String message,
                             de.xima.cmn.dao.exceptions.AbstractDaoRuntimeException cause,
                             ResourceItem item)
        Parameters:
        message - Error message with a short description.
        cause - Underlying cause of the error.
        item - Item that was resolved.
    • Method Detail

      • getDaoException

        public de.xima.cmn.dao.exceptions.interfaces.IDaoException getDaoException()
        Returns:
        The underlying DAO exception of the database error.