QuoteException Class
- public class QuoteException
extends FatalApplicationException
A QuoteException indicates a failure within the quote package.
Related Topics
ApplicationException
-
Hierarchy
-
Object
Throwable
Exception
RuntimeException
FatalApplicationException
QuoteException
-
All Implemented Interfaces
-
MessageCatalogException
, Serializable
-
Direct Known Subclasses
-
CurrencyMismatchException
, MinimumPriceException
-
QuoteException(
Object argument)
- Class constructor taking an argument for the message.
|
-
QuoteException(
String messageKey, Exception exception)
- Class constructor taking key of the associated catalog message
and an embedded exception.
|
-
QuoteException(
String messageKey, Object argument)
- Class constructor taking key of the associated catalog message
and a message parameter substitution argument.
|
-
QuoteException(
String messageKey, Object arguments)
- Class constructor taking key of the associated catalog message and
message parameter substitution arguments.
|
-
QuoteException(
String messageKey)
- Class constructor taking a message key for the message.
|
Methods from com.beasys.commerce.foundation.exception.FatalApplicationException |
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
|
MESSAGE_KEY
public static final String
MESSAGE_KEY
MESSAGE_NAMESPACE
public static final String
MESSAGE_NAMESPACE
- The name of the resource bundle
QuoteException
public QuoteException(Object
argument)
- Class constructor taking an argument for the message.
Uses the QuoteException.MESSAGE_KEY
QuoteException
public QuoteException(String
messageKey,
Exception
exception)
- Class constructor taking key of the associated catalog message
and an embedded exception.
QuoteException
public QuoteException(String
messageKey,
Object
argument)
- Class constructor taking key of the associated catalog message
and a message parameter substitution argument.
QuoteException
public QuoteException(String
messageKey,
Object
[] arguments)
- Class constructor taking key of the associated catalog message and
message parameter substitution arguments.
QuoteException
public QuoteException(String
messageKey)
- Class constructor taking a message key for the message.