Package org.springframework.dao
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataAccessException(String msg)
Deprecated.DataAccessException(String msg, Throwable cause)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description UserMayOrMayNotExistException2
toSpring()
Deprecated.-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
toSpring
public UserMayOrMayNotExistException2 toSpring()
Deprecated.
-
-