Package org.greenrobot.greendao.async
Class AsyncDaoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.SQLException
-
- org.greenrobot.greendao.DaoException
-
- org.greenrobot.greendao.async.AsyncDaoException
-
- All Implemented Interfaces:
java.io.Serializable
public class AsyncDaoException extends DaoException
Used here:AsyncOperation.getResult().- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsyncDaoException(AsyncOperation failedOperation, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncOperationgetFailedOperation()-
Methods inherited from class org.greenrobot.greendao.DaoException
safeInitCause
-
-
-
-
Constructor Detail
-
AsyncDaoException
public AsyncDaoException(AsyncOperation failedOperation, java.lang.Throwable cause)
-
-
Method Detail
-
getFailedOperation
public AsyncOperation getFailedOperation()
-
-