Class PassengerNotEligibleWsException
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.coreairlinecommonsocc.errors.exceptions.PassengerNotEligibleWsException
- All Implemented Interfaces:
Serializable
The exception thrown when a passenger not eligible to perform some operation.
- See Also:
-
Field Summary
FieldsFields inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
REASON, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionPassengerNotEligibleWsException(String message, String subject, String code, Throwable cause) Instantiates a new passenger not eligible webservice exception.PassengerNotEligibleWsException(String message, String code, Throwable cause) Instantiates a new passenger not eligible webservice exception.Instantiates a new passenger not eligible webservice 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
-
PassengerNotEligibleWsException
Instantiates a new passenger not eligible webservice exception.- Parameters:
message- the messagecode- the codecause- the cause
-
PassengerNotEligibleWsException
Instantiates a new passenger not eligible webservice exception.- Parameters:
cause- the cause
-
PassengerNotEligibleWsException
public PassengerNotEligibleWsException(String message, String subject, String code, Throwable cause) Instantiates a new passenger not eligible webservice exception.- Parameters:
message- the messagesubject- the subjectcode- the codecause- the cause
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-