Class NoCheckoutCartWsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
de.hybris.platform.coreairlinecommonsocc.errors.exceptions.NoCheckoutCartWsException
All Implemented Interfaces:
Serializable

public class NoCheckoutCartWsException extends AirlineWebserviceException
Thrown when an operation is performed that requires a session cart, which was not yet created.
See Also:
  • Constructor Details

    • NoCheckoutCartWsException

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

    • getSubjectType

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