Class NoSupportedCurrencyFoundWsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
de.hybris.platform.coretravelcommonsocc.errors.exceptions.NoSupportedCurrencyFoundWsException
- All Implemented Interfaces:
Serializable
The exception thrown when no supported currencies found for the current site.
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
REASON, SUBJECT_TYPE, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionNoSupportedCurrencyFoundWsException(String code, Throwable cause) Instantiates a new unsupported currency webservice exception. -
Method Summary
Methods inherited from class de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
getCode, getTypeMethods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getReason, getSubjectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSupportedCurrencyFoundWsException
Instantiates a new unsupported currency webservice exception.- Parameters:
cause- the causecause- the cause
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-