Class 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 Detail

      • StorageException

        public StorageException​(String message)
      • StorageException

        public StorageException​(Throwable cause)