Package io.objectbox.exception
Class DbDetachedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.objectbox.exception.DbException
-
- io.objectbox.exception.DbDetachedException
-
- All Implemented Interfaces:
java.io.Serializable
public class DbDetachedException extends DbException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DbDetachedException()
DbDetachedException(java.lang.String message)
-
Method Summary
-
Methods inherited from class io.objectbox.exception.DbException
getErrorCode, toString
-
-