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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.ejb.RemoveException
              extended by com.bea.commerce.ebusiness.discount.mgmt.DiscountAssociationExistsException
All Implemented Interfaces
Serializable

Deprecated See BEA Commerce product offering

@Deprecated
public class DiscountAssociationExistsException
extends javax.ejb.RemoveException

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

See Also
Serialized Form

Constructor Summary
DiscountAssociationExistsException(String message)
          Deprecated See BEA Commerce product offering
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiscountAssociationExistsException

public DiscountAssociationExistsException(String message)
Deprecated See BEA Commerce product offering

Constructs this exception.

Parameters
message - associated message.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved