Class StoreNotFoundException

All Implemented Interfaces:
Serializable

public class StoreNotFoundException extends NotFoundException
An exception to be thrown when a store is not found.
Author:
Leon Egeberg Hesthaug, Trym Hamer Gudvangen
See Also:
  • Constructor Details

    • StoreNotFoundException

      public StoreNotFoundException(String storeName)
      This method constructs a new StoreNotFoundException with the specified store name.
      Parameters:
      storeName - The name of the store that was not found, given as a String
    • StoreNotFoundException

      public StoreNotFoundException(Long storeId)
      This method constructs a new StoreNotFoundException with the specified store id.
      Parameters:
      storeId - The id of the store that was not found, given as a Long object.