Class ChangeFlightWsException

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

@ResponseStatus(UNPROCESSABLE_ENTITY) public class ChangeFlightWsException extends AirlineWebserviceException
The exception thrown when an error occurs during the change flight request.
See Also:
  • Field Details

  • Constructor Details

    • ChangeFlightWsException

      public ChangeFlightWsException(String message, String subject, Throwable ex)
      Instantiates a new Change Flight exception.
      Parameters:
      message - the message
      subject - the subject
    • ChangeFlightWsException

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