Class StoreExistsException

All Implemented Interfaces:
Serializable

public class StoreExistsException extends DatabaseException
Thrown by the EntityStore constructor when the ExclusiveCreate configuration parameter is true and the store's internal catalog database already exists.
See Also:
  • Constructor Details

    • StoreExistsException

      public StoreExistsException(String message)