Class InvalidRatePlanWsException

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

public class InvalidRatePlanWsException extends AirlineWebserviceException
The exception thrown when rate plan is invalid.
See Also:
  • Constructor Details

    • InvalidRatePlanWsException

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