PriceEngineException Class

com.bea.commerce.ebusiness.price.service
PriceEngineException Class

public class PriceEngineException

    extends PricingException

A PriceEngineException indicates a failure of the price engine during a pricing operation.

Related Topics

PriceService
PricingException


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        PricingException
          PriceEngineException
All Implemented Interfaces

MessageCatalogException, Serializable

Field Summary

public static final String
MESSAGE_KEY
The name of the resource bundle
   
Fields from  com.bea.commerce.ebusiness.price.service.PricingException
MESSAGE_KEY, MESSAGE_NAMESPACE
 
Fields from  com.beasys.commerce.foundation.exception.ApplicationException
embeddedException, logMessages, userMessages
 

Constructor Summary

PriceEngineException(Object argument)

Constructs a new exception with the message indicated by the specified object.
PriceEngineException(String messageKey, Exception exception)

Class constructor taking key of the associated catalog message and an embedded exception.
PriceEngineException(String messageKey, Object argument, Exception exception)

Constructs a new exception with the specified key and applys the specifed argument to the catalog message.
PriceEngineException(String messageKey, Object argument)

Class constructor taking key of the associated catalog message and a message parameter substitution argument.
PriceEngineException(String messageKey, Object arguments, Exception exception)

Constructs a new exception with the specified key and applys the specifed arguments to the catalog message.
PriceEngineException(String messageKey, Object arguments)

Class constructor taking key of the associated catalog message and message parameter substitution arguments.
PriceEngineException(String messageKey)

Constructs a new message using the specified catalog message key.
 

Method Summary

 
Methods from  com.beasys.commerce.foundation.exception.ApplicationException
addLogMessage, addLogMessage, addLogMessage, addMessage, addMessage, addMessage, addUserMessage, addUserMessage, addUserMessage, getEmbeddedException, getLocalizedMessage, getLogMessage, getLogMessages, getMessage, getUserMessage, getUserMessages, toString
 
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
   
Methods from interface com.beasys.commerce.foundation.exception.MessageCatalogException
addLogMessage, addLogMessage, addLogMessage, addMessage, addMessage, addMessage, addUserMessage, addUserMessage, addUserMessage, getEmbeddedException, getLogMessage, getLogMessages, getUserMessage, getUserMessages
 

Field Detail

MESSAGE_KEY

public static final String MESSAGE_KEY
The name of the resource bundle

 

Constructor Detail

PriceEngineException

public PriceEngineException(Object argument)
Constructs a new exception with the message indicated by the specified object.

PriceEngineException

public PriceEngineException(String messageKey, 
                            Exception exception)
Class constructor taking key of the associated catalog message and an embedded exception.

PriceEngineException

public PriceEngineException(String messageKey, 
                            Object argument, 
                            Exception exception)
Constructs a new exception with the specified key and applys the specifed argument to the catalog message. The new exception is wrapped around the specified exception

PriceEngineException

public PriceEngineException(String messageKey, 
                            Object argument)
Class constructor taking key of the associated catalog message and a message parameter substitution argument.

PriceEngineException

public PriceEngineException(String messageKey, 
                            Object[] arguments, 
                            Exception exception)
Constructs a new exception with the specified key and applys the specifed arguments to the catalog message. The new exception is wrapped around the specified exception

PriceEngineException

public PriceEngineException(String messageKey, 
                            Object[] arguments)
Class constructor taking key of the associated catalog message and message parameter substitution arguments.

PriceEngineException

public PriceEngineException(String messageKey)
Constructs a new message using the specified catalog message key.