Class InvalidTravellerWsException

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

public class InvalidTravellerWsException extends AirlineWebserviceException
The exception thrown when the traveller is not valid.
See Also:
  • Field Details

  • Constructor Details

    • InvalidTravellerWsException

      public InvalidTravellerWsException(String message, String subject, String code)
      Instantiates a new Travel webservice exception.
      Parameters:
      message - the message
      subject - the subject
      code - the code
    • InvalidTravellerWsException

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

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

    • getSubjectType

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