© 2001 BEA Systems, Inc.

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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.commerce.foundation.exception.ApplicationException
                    |
                    +--com.bea.commerce.ebusiness.discount.DiscountException
                          |
                          +--com.bea.commerce.ebusiness.discount.mgmt.SetNotFoundException
All Implemented Interfaces:
MessageCatalogException, java.io.Serializable

public class SetNotFoundException
extends DiscountException

Indicates that the specified set does not exist or more specifically a set with the specified name is not currently saved by the DiscountMgmt service

See Also:
Serialized Form

Fields inherited from class com.bea.commerce.ebusiness.discount.DiscountException
MESSAGE_NAMESPACE
 
Fields inherited from class com.beasys.commerce.foundation.exception.ApplicationException
embeddedException, logMessages, userMessages
 
Constructor Summary
SetNotFoundException(java.lang.String messageKey)
          Class constructor taking key of the associated catalog message.
SetNotFoundException(java.lang.String messageKey, java.lang.Exception exception)
          Class constructor taking key of the associated catalog message and an embedded exception.
SetNotFoundException(java.lang.String messageKey, java.lang.Object argument)
          Class constructor taking key of the associated catalog message and a message parameter substitution argument.
 
Methods inherited from class com.beasys.commerce.foundation.exception.ApplicationException
addLogMessage, addLogMessage, addLogMessage, addMessage, addMessage, addMessage, addUserMessage, addUserMessage, addUserMessage, getEmbeddedException, getLocalizedMessage, getLogMessage, getLogMessages, getMessage, getUserMessage, getUserMessages, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetNotFoundException

public SetNotFoundException(java.lang.String messageKey)
Class constructor taking key of the associated catalog message.
Parameters:
messageKey - The associated catalog message key.

SetNotFoundException

public SetNotFoundException(java.lang.String messageKey,
                            java.lang.Exception exception)
Class constructor taking key of the associated catalog message and an embedded exception.
Parameters:
messageKey - The associated catalog message key.
exception - The embedded exception.

SetNotFoundException

public SetNotFoundException(java.lang.String messageKey,
                            java.lang.Object argument)
Class constructor taking key of the associated catalog message and a message parameter substitution argument.
Parameters:
messageKey - The associated catalog message key.
argument - The message parameter substitution argument.

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved