Class DataAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataAccessResourceFailureException, DataRetrievalFailureException

@Deprecated public class DataAccessException extends org.springframework.core.NestedRuntimeException
Deprecated.
no replacement
See Also:
  • Constructor Details

    • DataAccessException

      public DataAccessException(String msg)
      Deprecated.
    • DataAccessException

      public DataAccessException(String msg, Throwable cause)
      Deprecated.
  • Method Details