Class DataAccessException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OptimisticLockException, PessimisticLockException

public class DataAccessException extends AbstractRuntimeException
Thrown when there is a problem storing or retrieving data from the database.
Since:
2.1
See Also:
  • Constructor Details

    • DataAccessException

      public DataAccessException(String message)
      Construct an DataAccessException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).