Package org.europa.together.exceptions
Class DAOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.DAOException
- All Implemented Interfaces:
Serializable
DAO Exception for CRUD operations trown in the Data Access Object.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance ofDAOException
without detail message.DAOException
(String msg) Constructs an instance ofDAOException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DAOException
public DAOException()Creates a new instance ofDAOException
without detail message. -
DAOException
Constructs an instance ofDAOException
with the specified detail message.- Parameters:
msg
- the detail message.
-