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:
java.io.Serializable
public class ConsentWithdrawnException extends WebserviceException
Exception for handling error if we withdraw a consent that was already withdrawn.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONSENT_WITHDRAWN
-
Constructor Summary
Constructors Constructor Description ConsentWithdrawnException(java.lang.String message, java.lang.String reason)Message and reason for the exception
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSubjectType()java.lang.StringgetType()-
Methods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getReason, getSubject
-
-
-
-
Field Detail
-
CONSENT_WITHDRAWN
public static final java.lang.String CONSENT_WITHDRAWN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public java.lang.String getType()
- Specified by:
getTypein classWebserviceException
-
getSubjectType
public java.lang.String getSubjectType()
- Specified by:
getSubjectTypein classWebserviceException
-
-