© 2003 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
All Implemented Interfaces:
Serializable

public class DiscountAssociationExistsException
extends 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)
          Constructs this exception.
 
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)
Constructs this exception.

Parameters:
message - associated message.

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved