DiscountAssociationExistsException Class

com.bea.commerce.ebusiness.discount.mgmt
DiscountAssociationExistsException Class

public class DiscountAssociationExistsException

    extends RemoveException

Indicates that the discount has an association with an item or order and can not be deleted.


Hierarchy
Object
  Throwable
    Exception
      RemoveException
        DiscountAssociationExistsException
All Implemented Interfaces

Serializable

Constructor Summary

DiscountAssociationExistsException(String message)

Constructs this exception.
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

DiscountAssociationExistsException

public DiscountAssociationExistsException(String message)
Constructs this exception.