org.clazzes.util.aop
Class DAOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.clazzes.util.aop.DAOException
- All Implemented Interfaces:
- Serializable
public class DAOException
- extends RuntimeException
This runtime exception is thrown whenever an SQLException or a similar
checked exception occurs inside a DAO implementation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DAOException
public DAOException()
DAOException
public DAOException(String message,
Throwable cause)
DAOException
public DAOException(String message)
DAOException
public DAOException(Throwable cause)
Copyright © 2013. All Rights Reserved.