Class DAOException

All Implemented Interfaces:
Serializable

public class DAOException extends Exception
Special exception class for DAO read/write errors.
Author:
Philip Helger
See Also:
  • Constructor Details

    • DAOException

      public DAOException(String sMsg)
    • DAOException

      public DAOException(String sMsg, Throwable t)