Class IllegalCartOperationException

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

public abstract class IllegalCartOperationException extends RuntimeException
See Also:
  • Constructor Details

    • IllegalCartOperationException

      protected IllegalCartOperationException()
    • IllegalCartOperationException

      public IllegalCartOperationException(String message, Throwable cause)
    • IllegalCartOperationException

      public IllegalCartOperationException(String message)
    • IllegalCartOperationException

      public IllegalCartOperationException(Throwable cause)
  • Method Details

    • getType

      public abstract String getType()