Class OWLPersistenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jopa.exceptions.OWLPersistenceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractTypeException, AmbiguousAttributeException, AmbiguousContextException, AmbiguousEntityTypeException, AttributeModificationForbiddenException, EntityNotFoundException, EntityReconstructionException, IdentifierNotSetException, IncompatibleDatatypeException, InstantiationException, IntegrityConstraintViolatedException, InvalidAssertionIdentifierException, LazyLoadingException, MetamodelInitializationException, NoResultException, NoUniqueResultException, OWLEntityExistsException, PluginException, QueryParserException, RollbackException, SoqlException, SparqlResultMappingException, StaticMetamodelInitializationException, StorageAccessException, TransactionRequiredException, UnsupportedTypeTransformationException

public class OWLPersistenceException extends RuntimeException
Generic exception indicating that something went wrong during execution of a persistence provider operation.
See Also:
  • Constructor Details

    • OWLPersistenceException

      public OWLPersistenceException(String message, Throwable cause)
    • OWLPersistenceException

      public OWLPersistenceException(String message)
    • OWLPersistenceException

      public OWLPersistenceException(Throwable cause)