Class UnsupportedSalesApplicationWsException
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.UnsupportedSalesApplicationWsException
- All Implemented Interfaces:
Serializable
Web service exception thrown when sales application is not supported by store.
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
REASON, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedSalesApplicationWsException(String message, String subject, String code) Instantiates a new Unsupported sales application ws exception. -
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
-
Constructor Details
-
UnsupportedSalesApplicationWsException
Instantiates a new Unsupported sales application ws exception.- Parameters:
message- the messagesubject- the subjectcode- the code
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-