Package cz.vutbr.fit.layout.rdf
Class StorageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cz.vutbr.fit.layout.rdf.StorageException
-
- All Implemented Interfaces:
Serializable
public class StorageException extends RuntimeException
A generic exception that us used to wrap the exceptions thrown by the underlying storage (rdf4j).- Author:
- burgetr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageException(String message)
StorageException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-