Package cz.cvut.kbss.jopa.exceptions
Class OWLEntityExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jopa.exceptions.OWLPersistenceException
cz.cvut.kbss.jopa.exceptions.OWLEntityExistsException
- All Implemented Interfaces:
Serializable
Thrown when an attempt to put an entity with duplicate identifier into the persistence context is made.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OWLEntityExistsExceptionindividualAlreadyManaged(Object identifier) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OWLEntityExistsException
-
-
Method Details
-
individualAlreadyManaged
-