Package org.eclipse.lyo.store
Class StoreAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.lyo.store.StoreAccessException
- All Implemented Interfaces:
Serializable
StoreAccessException is an exception for read/write problems with the backing triplestore or
dataset.
- Since:
- 0.13
- Version:
- $version-stub$
- Author:
- Andrew Berezovskyi (andriib@kth.se)
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionStoreAccessException
(String message) StoreAccessException
(String message, Throwable cause) protected
StoreAccessException
(String message, Throwable cause, boolean enableSuppression, boolean stackTrace) StoreAccessException
(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
-
StoreAccessException
public StoreAccessException() -
StoreAccessException
-
StoreAccessException
-
StoreAccessException
-
StoreAccessException
-