Class TmaUnsupportedCurrencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
de.hybris.platform.b2ctelcotmfwebservices.exception.TmaUnsupportedCurrencyException
- All Implemented Interfaces:
Serializable
public class TmaUnsupportedCurrencyException
extends javax.servlet.ServletException
Thrown when currency is not supported for current base store configuration.
- Since:
- 1810
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTmaUnsupportedCurrencyException(CurrencyModel currencyToSet) TmaUnsupportedCurrencyException(CurrencyModel currencyToSet, Throwable rootCouse) TmaUnsupportedCurrencyException(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
-
TmaUnsupportedCurrencyException
- Parameters:
currencyToSet-
-
TmaUnsupportedCurrencyException
-
TmaUnsupportedCurrencyException
- Parameters:
msg-
-
TmaUnsupportedCurrencyException
-
-
Method Details
-
getCurrency
- Returns:
- the currency
-