Class AFileListResolutionError.DatabaseError

All Implemented Interfaces:
Serializable
Enclosing class:
AFileListResolutionError

public static final class AFileListResolutionError.DatabaseError extends AFileListResolutionError.AResourceItemResolutionError
Exception data class for the EResourceItemResolutionError.DATABASE_ERROR error.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • 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 Details

    • getDaoException

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