Class StoreNotFoundException

All Implemented Interfaces:
Serializable

public class StoreNotFoundException extends DatabaseException
Thrown by the EntityStore constructor when the AllowCreate configuration parameter is false and the store's internal catalog database does not exist.
See Also:
  • Constructor Details

    • StoreNotFoundException

      public StoreNotFoundException(String message)