Class ConsentWithdrawnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
de.hybris.platform.commercewebservicescommons.errors.exceptions.ConsentWithdrawnException
- All Implemented Interfaces:
Serializable
Exception for handling error if we withdraw a consent that was already withdrawn.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConsentWithdrawnException(String message, String reason) Message and reason for the exception -
Method Summary
Methods 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
-
CONSENT_WITHDRAWN
- See Also:
-
-
Constructor Details
-
ConsentWithdrawnException
Message and reason for the exception- Parameters:
message-reason-
-
-
Method Details
-
getType
- Specified by:
getTypein classWebserviceException
-
getSubjectType
- Specified by:
getSubjectTypein classWebserviceException
-