Package com.softslate.commerce.daos.core
Class DataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.softslate.commerce.daos.core.DataAccessException
- All Implemented Interfaces:
Serializable
Exception class for exceptions thrown by DAOs.
- Author:
- David Tobey
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDataAccessException
(String message) DataAccessException
(String message, Throwable cause) DataAccessException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DataAccessException
public DataAccessException() -
DataAccessException
-
DataAccessException
-
DataAccessException
-