com.ail.core.product
Class DuplicateProductException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ail.core.BaseException
              extended by com.ail.core.PreconditionException
                  extended by com.ail.core.product.DuplicateProductException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateProductException
extends PreconditionException

Error thrown when an attempt is made to an attemt is made to update the product registry which would result in the creation of two products with the same name.

See Also:
Serialized Form

Constructor Summary
DuplicateProductException(java.lang.String productName)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseException
addError, getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateProductException

public DuplicateProductException(java.lang.String productName)