Class UnsupportedCurrencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.servlet.ServletException
-
- de.hybris.platform.ycommercewebservices.exceptions.UnsupportedCurrencyException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedCurrencyException extends javax.servlet.ServletException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCurrencyException(CurrencyModel currencyToSet)UnsupportedCurrencyException(CurrencyModel currencyToSet, java.lang.Throwable rootCouse)UnsupportedCurrencyException(java.lang.String msg)UnsupportedCurrencyException(java.lang.String msg, java.lang.Throwable rootCouse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyModelgetCurrency()
-
-
-
Constructor Detail
-
UnsupportedCurrencyException
public UnsupportedCurrencyException(CurrencyModel currencyToSet)
- Parameters:
currencyToSet-
-
UnsupportedCurrencyException
public UnsupportedCurrencyException(CurrencyModel currencyToSet, java.lang.Throwable rootCouse)
-
UnsupportedCurrencyException
public UnsupportedCurrencyException(java.lang.String msg)
- Parameters:
msg-
-
UnsupportedCurrencyException
public UnsupportedCurrencyException(java.lang.String msg, java.lang.Throwable rootCouse)
-
-
Method Detail
-
getCurrency
public CurrencyModel getCurrency()
- Returns:
- the currency
-
-