Class MissingPassengerInformationWsException

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

public class MissingPassengerInformationWsException extends AirlineWebserviceException
The exception thrown when error occurs during saving passenger details.
See Also:
  • Field Details

  • Constructor Details

    • MissingPassengerInformationWsException

      public MissingPassengerInformationWsException(String message, String reason, String subject, String code)
      Instantiates a new missing passenger information webservice exception.
      Parameters:
      message - the message
      reason - the reason
      subject - the subject
    • MissingPassengerInformationWsException

      public MissingPassengerInformationWsException(String message, Throwable cause)
      Instantiates a new missing passenger information webservice exception.
      Parameters:
      message - the message
      cause - the cause
    • MissingPassengerInformationWsException

      public MissingPassengerInformationWsException(String message, String subject, String code, Throwable cause)
      Instantiates a new missing passenger information webservice exception.
      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