© 2002 BEA Systems, Inc.


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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.ejb.RemoveException
                    |
                    +--com.bea.commerce.ebusiness.discount.mgmt.DiscountAssociationExistsException

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(java.lang.String message)
          Constructs this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiscountAssociationExistsException

public DiscountAssociationExistsException(java.lang.String message)
Constructs this exception.

Parameters:
message - associated message.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved