Class CancelFlightServiceWsException
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.CancelFlightServiceWsException
- All Implemented Interfaces:
Serializable
@ResponseStatus(NOT_FOUND)
public class CancelFlightServiceWsException
extends AirlineWebserviceException
The exception thrown when the solution id is invalid.
- See Also:
-
Field Summary
FieldsFields inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
REASON -
Constructor Summary
ConstructorsConstructorDescriptionCancelFlightServiceWsException(String code, Throwable cause) Instantiates a new Cancel Flight Service exception. -
Method Summary
Methods inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
getCodeMethods 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
-
SUBJECT
- See Also:
-
-
Constructor Details
-
CancelFlightServiceWsException
Instantiates a new Cancel Flight Service exception.- Parameters:
code- the codecause- the cause
-
-
Method Details
-
getType
- Overrides:
getTypein classAirlineWebserviceException
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-