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 Summary
FieldsFields inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
REASON, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionChangeFlightWsException(String message, String subject, String code, Throwable cause) Instantiates a new CartEntryWsException.ChangeFlightWsException(String message, String subject, Throwable ex) Instantiates a new Change Flight exception. -
Method Summary
Methods inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
getCode, getTypeMethods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getReason, getSubjectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_SUBJECT
- See Also:
-
-
Constructor Details
-
ChangeFlightWsException
Instantiates a new Change Flight exception.- Parameters:
message- the messagesubject- the subject
-
ChangeFlightWsException
Instantiates a new CartEntryWsException.- Parameters:
message- the messagesubject- the subjectcode- the codecause- the cause
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-