Class PassengerNotEligibleWsException

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

public class PassengerNotEligibleWsException extends AirlineWebserviceException
The exception thrown when a passenger not eligible to perform some operation.
See Also:
  • Field Details

  • Constructor Details

    • PassengerNotEligibleWsException

      public PassengerNotEligibleWsException(String message, String code, Throwable cause)
      Instantiates a new passenger not eligible webservice exception.
      Parameters:
      message - the message
      code - the code
      cause - the cause
    • PassengerNotEligibleWsException

      public PassengerNotEligibleWsException(Throwable cause)
      Instantiates a new passenger not eligible webservice exception.
      Parameters:
      cause - the cause
    • PassengerNotEligibleWsException

      public PassengerNotEligibleWsException(String message, String subject, String code, Throwable cause)
      Instantiates a new passenger not eligible 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