Class UnsupportedCurrencyWsException

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.UnsupportedCurrencyWsException
All Implemented Interfaces:
Serializable

public class UnsupportedCurrencyWsException extends TravelWebserviceException
Web service exception thrown when currency is not supported by store.
See Also:
  • Constructor Details

    • UnsupportedCurrencyWsException

      public UnsupportedCurrencyWsException(String message, String subject)
      Instantiates a new UnsupportedCurrencyWsException.
      Parameters:
      message - the message
      subject - the subject
    • UnsupportedCurrencyWsException

      public UnsupportedCurrencyWsException(String message, String subject, Throwable cause)
      Instantiates a new UnsupportedCurrencyWsException.
      Parameters:
      message - the message
      subject - the subject
      cause - the cause
  • Method Details

    • getSubjectType

      public String getSubjectType()
      Specified by:
      getSubjectType in class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException