Class OWLEntityExistsException

All Implemented Interfaces:
Serializable

public class OWLEntityExistsException extends OWLPersistenceException
Thrown when an attempt to put an entity with duplicate identifier into the persistence context is made.
See Also:
  • Constructor Details

    • OWLEntityExistsException

      public OWLEntityExistsException(String message)
  • Method Details