Class AnonymizationNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.common.privacy.anonymization.AnonymizationNotSupportedException
- All Implemented Interfaces:
Serializable
Report that a pii endpoint is being called for a service that currently does not support the
operation. This usually occurs when anonymization has been disabled for the service.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnonymizationNotSupportedException
public AnonymizationNotSupportedException() -
AnonymizationNotSupportedException
-