Package cz.cvut.kbss.jopa.exceptions
Class StorageAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jopa.exceptions.OWLPersistenceException
cz.cvut.kbss.jopa.exceptions.StorageAccessException
- All Implemented Interfaces:
Serializable
This exception is thrown when an exception occurs while accessing the OntoDriver.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStorageAccessException
(String message) StorageAccessException
(String message, Throwable cause) StorageAccessException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageAccessException
-
StorageAccessException
-
StorageAccessException
-