Class UnsupportedRequestWsException
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.UnsupportedRequestWsException
- All Implemented Interfaces:
Serializable
Thrown when request is not supported for current configuration.
- See Also:
-
Field Summary
FieldsFields inherited from class de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
REASON, SUBJECT_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedRequestWsException(String message, String subject, String code) Instantiates a new exception.UnsupportedRequestWsException(String message, String reason, String subject, String code, String subjectType) Instantiates a new exception. -
Method Summary
Methods inherited from class de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
getCodeMethods 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
-
UNSUPPORTED_REQUEST
- See Also:
-
UNSUPPORTED_STATUS
- See Also:
-
-
Constructor Details
-
UnsupportedRequestWsException
Instantiates a new exception.- Parameters:
message- the messagereason- the reasonsubject- the subjectcode- the code
-
UnsupportedRequestWsException
public UnsupportedRequestWsException(String message, String reason, String subject, String code, String subjectType) Instantiates a new exception.- Parameters:
message- the messagereason- the reasonsubject- the subjectcode- the codesubjectType- the subjectType
-
-
Method Details
-
getType
- Overrides:
getTypein classTravelWebserviceException
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-