Class DAOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.DAOException
All Implemented Interfaces:
Serializable

public class DAOException extends Exception
DAO Exception for CRUD operations trown in the Data Access Object.
See Also:
  • Constructor Details

    • DAOException

      public DAOException()
      Creates a new instance of DAOException without detail message.
    • DAOException

      public DAOException(String msg)
      Constructs an instance of DAOException with the specified detail message.
      Parameters:
      msg - the detail message.