Class TransportOfferingsNotInCartWsException

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.coretransportocc.errors.exceptions.TransportOfferingsNotInCartWsException
All Implemented Interfaces:
Serializable

public class TransportOfferingsNotInCartWsException extends TravelWebserviceException
The exception thrown when the cart doesn't contain the requested transport offering
See Also:
  • Constructor Details

    • TransportOfferingsNotInCartWsException

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

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

    • getSubjectType

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