Class DAOException

    • Constructor Detail

      • 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.