Class StoreAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.lyo.store.StoreAccessException
All Implemented Interfaces:
Serializable

public class StoreAccessException extends Exception
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 Details

    • StoreAccessException

      public StoreAccessException()
    • StoreAccessException

      public StoreAccessException(String message)
    • StoreAccessException

      public StoreAccessException(String message, Throwable cause)
    • StoreAccessException

      public StoreAccessException(Throwable cause)
    • StoreAccessException

      protected StoreAccessException(String message, Throwable cause, boolean enableSuppression, boolean stackTrace)