Class StoreNotOpenException

  • All Implemented Interfaces:
    Serializable

    public class StoreNotOpenException
    extends OntopiaRuntimeException
    PUBLIC: An exception that is thrown when parts of a store is accessed without the store being open.

    Extends OntopiaRuntimeException but does not provide additional methods; this is because the purpose is just to provide a different exception, to allow API users to handle them differently.

    See Also:
    Serialized Form
    • Constructor Detail

      • StoreNotOpenException

        public StoreNotOpenException​(Throwable cause)
      • StoreNotOpenException

        public StoreNotOpenException​(String message)
      • StoreNotOpenException

        public StoreNotOpenException​(String message,
                                     Throwable cause)