Class InvalidConsentRequestWsException
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.InvalidConsentRequestWsException
- All Implemented Interfaces:
Serializable
The exception thrown when the consent request is invalid.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidConsentRequestWsException(String message, String subject, String code) Instantiates a new InvalidConsentRequestWsException.InvalidConsentRequestWsException(String message, String subject, String code, Throwable cause) Instantiates a new InvalidConsentRequestWsException. -
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
-
REASON
- See Also:
-
-
Constructor Details
-
InvalidConsentRequestWsException
Instantiates a new InvalidConsentRequestWsException.- Parameters:
message- the messagesubject- the subjectcode- the code
-
InvalidConsentRequestWsException
public InvalidConsentRequestWsException(String message, String subject, String code, Throwable cause) Instantiates a new InvalidConsentRequestWsException.- Parameters:
message- the messagesubject- the subjectcode- the codecause- the cause
-
-
Method Details
-
getType
- Overrides:
getTypein classTravelWebserviceException
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-