Class OrderWsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
de.hybris.platform.coretravelcommonsocc.errors.exceptions.OrderWsException
- All Implemented Interfaces:
Serializable
The exception is thrown when an error occurs during order related operations.
- See Also:
-
Field Summary
FieldsFields inherited from class de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
REASON, SUBJECT_TYPE, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionOrderWsException(String message, String subject, String code) Instantiates a new OrderWsException.OrderWsException(String message, String subject, String code, Throwable cause) Instantiates a new OrderWsException. -
Method Summary
Methods inherited from class de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
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_ORDER_STATUS
- See Also:
-
SUBJECT_TRAVELLER
- See Also:
-
-
Constructor Details
-
OrderWsException
Instantiates a new OrderWsException.- Parameters:
message- the messagesubject- the subjectcode- the code
-
OrderWsException
Instantiates a new OrderWsException.- Parameters:
message- the messagesubject- the subjectcode- the codecause- the cause
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-