Package cz.cvut.kbss.jopa.exceptions
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
Generic exception indicating that something went wrong during execution of a persistence provider operation.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionOWLPersistenceException(String message) OWLPersistenceException(String message, Throwable cause) OWLPersistenceException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
OWLPersistenceException
- 
OWLPersistenceException
- 
OWLPersistenceException
 
-