class ComplianceException extends Exception

Class ComplianceException

This exception will be thrown if the user violates restrictions imposed on them by for example configuration values set in the system.

Real world examples:

User uploads a file which is not allowd (file extension whitelist set), or contains a virus (virus check on).

Upload File size exceeded, user quota storage space exceeeded