Class ItemNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.core.order.service.exception.ItemNotFoundException
All Implemented Interfaces:
Serializable

public class ItemNotFoundException extends Exception
See Also:
  • Constructor Details

    • ItemNotFoundException

      public ItemNotFoundException()
    • ItemNotFoundException

      public ItemNotFoundException(String message, Throwable cause)
    • ItemNotFoundException

      public ItemNotFoundException(String message)
    • ItemNotFoundException

      public ItemNotFoundException(Throwable cause)