Class RemovePassengerWsException

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

public class RemovePassengerWsException extends AirlineWebserviceException
The exception thrown when an error occurs during the removal of passengers.
See Also:
  • Constructor Details

    • RemovePassengerWsException

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