Package io.objectbox.exception
Class ConstraintViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.objectbox.exception.DbException
-
- io.objectbox.exception.ConstraintViolationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
UniqueViolationException
public class ConstraintViolationException extends DbException
Base class for exceptions thrown when a constraint would be violated during a put operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstraintViolationException(java.lang.String message)
-
Method Summary
-
Methods inherited from class io.objectbox.exception.DbException
getErrorCode, toString
-
-