com.elasticpath.domain.catalog
Class MinOrderQtyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.elasticpath.domain.catalog.MinOrderQtyException
All Implemented Interfaces:
java.io.Serializable

public class MinOrderQtyException
extends java.lang.RuntimeException

This exception is thrown when a an order cannot be fulfilled becasue the cart qty of an item is less than the permitted minimum order qty.

See Also:
Serialized Form

Constructor Summary
MinOrderQtyException(java.lang.String message)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MinOrderQtyException

public MinOrderQtyException(java.lang.String message)
Constructor.

Parameters:
message - error message