Class FlightRequiredWsException

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

public class FlightRequiredWsException extends AirlineWebserviceException
The exception thrown when a Flight is not found.
See Also:
  • Constructor Details

    • FlightRequiredWsException

      public FlightRequiredWsException(String message, String subject, String code)
      Instantiates a new FlightRequiredWsException.
      Parameters:
      message - the message
      subject - the subject
      code - the code
  • Method Details

    • getType

      public String getType()
      Overrides:
      getType in class AirlineWebserviceException
    • getSubjectType

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