Class RepricingWsException
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.RepricingWsException
- All Implemented Interfaces:
Serializable
@ResponseStatus(UNPROCESSABLE_ENTITY)
public class RepricingWsException
extends AirlineWebserviceException
The exception thrown when an error occurs during a repricing call.
- See Also:
-
Field Summary
FieldsFields inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
REASON, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionRepricingWsException(String message, String errorCode, Throwable cause) Instantiates a new Repricing ws exception.RepricingWsException(String code, Throwable cause) 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
-
SUBJECT
- See Also:
-
-
Constructor Details
-
RepricingWsException
Instantiates a new Change Flight exception.- Parameters:
code- the codecause- the cause
-
RepricingWsException
Instantiates a new Repricing ws exception.- Parameters:
message- the messageerrorCode- the error codecause- the cause
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-