Class UnsupportedCurrencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
de.hybris.platform.commercewebservices.core.exceptions.UnsupportedCurrencyException
- All Implemented Interfaces:
Serializable
public class UnsupportedCurrencyException
extends javax.servlet.ServletException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedCurrencyException(CurrencyModel currencyToSet) UnsupportedCurrencyException(CurrencyModel currencyToSet, Throwable rootCouse) UnsupportedCurrencyException(String msg, Throwable rootCouse) -
Method Summary
Methods inherited from class javax.servlet.ServletException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedCurrencyException
- Parameters:
currencyToSet-
-
UnsupportedCurrencyException
-
UnsupportedCurrencyException
- Parameters:
msg-
-
UnsupportedCurrencyException
-
-
Method Details
-
getCurrency
- Returns:
- the currency
-