Class DaoException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    AsyncDaoException

    public class DaoException
    extends android.database.SQLException
    Exception thrown when something goes wrong in the DAO/ORM layer.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void safeInitCause​(java.lang.Throwable cause)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DaoException

        public DaoException()
      • DaoException

        public DaoException​(java.lang.String error)
      • DaoException

        public DaoException​(java.lang.String error,
                            java.lang.Throwable cause)
      • DaoException

        public DaoException​(java.lang.Throwable th)
    • Method Detail

      • safeInitCause

        protected void safeInitCause​(java.lang.Throwable cause)