Class AirlineWebserviceException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccommodationOfferingNotFoundWsException,AddRoomStayToCartWsException,AddSeatInvalidCabinWsException,AddSeatNotAvailableWsException,AddSeatTransportOfferingNotInCartWsException,AddSeatTravellerNotEligibleWsException,AddSeatTravellerNotInCartWsException,AddServiceToCartWsException,AirlineFareSearchException,AirlineFareSearchWsException,AncillaryFarePriceWsException,CancelFlightServiceWsException,CancelFlightWsException,CartEntryWsException,CartNotEmptyWsException,CartNotFoundWsException,CartValidationWsException,CartWsException,ChangeFlightWsException,CheckInWsException,CouponServiceWsException,DateMismatchedWsException,DuplicateUidWsException,EntryNotActiveWsException,FarePriceWsException,FlightRequiredWsException,FlightsNotInCartWsException,IllegalArgumentWsException,InternalErrorWsException,InternalServerErrorWsException,InvalidAccommodationWsException,InvalidAirlineCatalogWsException,InvalidBundleTemplateWsException,InvalidConsentRequestWsException,InvalidCurrencyWsException,InvalidDateWsException,InvalidDestinationLocationWsException,InvalidOrderStatusWsException,InvalidPageParameterWsException,InvalidPriceWsException,InvalidPtcWsException,InvalidRatePlanDateWsException,InvalidRatePlanWsException,InvalidResourceWsException,InvalidRoomStayWsException,InvalidSavedSearchWsException,InvalidSessionCartWsException,InvalidSpecialServiceRequestWsException,InvalidTransportOfferingWsException,InvalidTravellerWsException,InvalidUserWsException,MaximumQuantityExceededWsException,MerchandisingRequestWsException,MissingPassengerInformationWsException,NoAdultWsException,NoCheckoutCartWsException,NoSupportedCurrencyFoundWsException,OrderNotFoundWsException,OrderWsException,PaginationWsException,PassengerNotEligibleWsException,PassengerRequiredWsException,PasswordMismatchWsException,PlaceOrderWsException,ProductNotEligibleWsException,ProductNotFoundWsException,ProductPartOfBundleWsException,ProductStockNotAvailableWsException,ProductTravelRestrictionWsException,ProductTravelRestrictionWsException,RecalculationWsException,RemoveAncillaryEntryWsException,RemovePassengerWsException,RemoveRoomStayWsException,RepricingWsException,RequestParameterWsException,ReservationDetailsDeniedWsException,SaveAddressWsException,SolutionCancelWsException,SpecialRequestWsException,TransportOfferingNotInCartWsException,TravellerNotInCartWsException,UnknownIdentifierWsException,UnknownResourceWsException,UnprocessableAccommodationWsException,UnsupportedCurrencyWsException,UnsupportedLanguageWsException,UnsupportedRequestWsException,UnsupportedSalesApplicationWsException,UpdateBaggageEntryWsException,UpdateCartWsException,UpdateServiceToCartWsException,UserWsException
public abstract class AirlineWebserviceException
extends de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
The abstract airline webservice exception which sets the error code
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAirlineWebserviceException(String message) Instantiates a new airline webservice exception.protectedAirlineWebserviceException(String message, String subject) Instantiates a new airline webservice exception.protectedAirlineWebserviceException(String message, String reason, String subject) Instantiates a new airline webservice exception.protectedAirlineWebserviceException(String message, String reason, String subject, String code) Instantiates a new airline webservice exception.protectedAirlineWebserviceException(String message, String reason, String subject, String code, Throwable cause) Instantiates a new airline webservice exception.protectedAirlineWebserviceException(String message, String subject, String code, Throwable cause) Instantiates a new airline webservice exception.protectedAirlineWebserviceException(String message, String subject, Throwable cause) Instantiates a new AirlineWebserviceException. -
Method Summary
Methods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getReason, getSubject, getSubjectTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
REASON
- See Also:
-
TYPE
- See Also:
-
SUBJECT_TYPE
- See Also:
-
-
Constructor Details
-
AirlineWebserviceException
Instantiates a new airline webservice exception.- Parameters:
message- the message
-
AirlineWebserviceException
Instantiates a new airline webservice exception.- Parameters:
message- the messagesubject- the subject
-
AirlineWebserviceException
Instantiates a new airline webservice exception.- Parameters:
message- the messagereason- the reasonsubject- the subject
-
AirlineWebserviceException
Instantiates a new AirlineWebserviceException.- Parameters:
message- the messagesubject- the subjectcause- the cause
-
AirlineWebserviceException
Instantiates a new airline webservice exception.- Parameters:
message- the messagereason- the reasonsubject- the subjectcode- the code
-
AirlineWebserviceException
protected AirlineWebserviceException(String message, String reason, String subject, String code, Throwable cause) Instantiates a new airline webservice exception.- Parameters:
message- the messagereason- the reasonsubject- the subjectcode- the codecause- the cause
-
AirlineWebserviceException
Instantiates a new airline webservice exception.- Parameters:
message- the messagesubject- the subjectcode- the codecause- the cause
-
-
Method Details
-
getType
- Specified by:
getTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-
getCode
Gets code.- Returns:
- the code
-