Package io.realm.exceptions
Class RealmPrimaryKeyConstraintException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.realm.exceptions.RealmPrimaryKeyConstraintException
-
- All Implemented Interfaces:
Serializable
public final class RealmPrimaryKeyConstraintException extends RuntimeException
Class for reporting problems when the primary key constraint is being broken.- See Also:
PrimaryKey
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RealmPrimaryKeyConstraintException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RealmPrimaryKeyConstraintException
public RealmPrimaryKeyConstraintException(String message)
-
-