Class CmsSecurityException

All Implemented Interfaces:
Serializable, I_CmsThrowable
Direct Known Subclasses:
CmsAuthentificationException, CmsPermissionViolationException, CmsRoleViolationException

public class CmsSecurityException extends CmsException
Used to signal security related issues, for example example during file access and login.

A security released issue impies that the operation attempted can be executed in general, but that the current user who attemted it does not have the required permissions at the current time.

Since:
6.0.0
See Also: