Class RejectedItemMergeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.RejectedItemMergeException
All Implemented Interfaces:
Serializable

public class RejectedItemMergeException extends RuntimeException
Exception thrown when an item is being added that already exists, and that behavior is disallowed by the merge type (DefaultMergingType.REJECT_OR_IGNORE).
Author:
Jacob Mitash
See Also:
  • Constructor Details

    • RejectedItemMergeException

      public RejectedItemMergeException(String message)