Class InvalidTravellerWsException
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.InvalidTravellerWsException
- All Implemented Interfaces:
Serializable
The exception thrown when the traveller is not valid.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidTravellerWsException(String message, String subject, String code) Instantiates a new Travel webservice exception.InvalidTravellerWsException(String message, String subject, String code, Throwable cause) Instantiates a new InvalidTravellerWsException.InvalidTravellerWsException(String message, Throwable cause) Instantiates a new InvalidTravellerWsException. -
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
-
REASON
- See Also:
-
-
Constructor Details
-
InvalidTravellerWsException
Instantiates a new Travel webservice exception.- Parameters:
message- the messagesubject- the subjectcode- the code
-
InvalidTravellerWsException
Instantiates a new InvalidTravellerWsException.- Parameters:
message- the messagesubject- the subjectcode- the codecause- the cause
-
InvalidTravellerWsException
Instantiates a new InvalidTravellerWsException.- Parameters:
message- the messagecause- the cause
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-