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

public class CartEntryWsException extends AirlineWebserviceException
The exception thrown when an operation is performed on an invalid cart entry
See Also:
  • Constructor Details

    • CartEntryWsException

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

      public CartEntryWsException(String message, String subject)
      Instantiates a new Cart entry exception.
      Parameters:
      message - the message
      subject - the subject
    • CartEntryWsException

      public CartEntryWsException(String subject)
      Instantiates a new Cart entry exception.
      Parameters:
      subject - the subject
    • CartEntryWsException

      public CartEntryWsException(String message, String subject, String code, Throwable cause)
      Instantiates a new CartEntryWsException.
      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