Class CollectedACLViolations

  • All Implemented Interfaces:
    java.io.Serializable

    public class CollectedACLViolations
    extends SecurityViolation
    User has attempted an action which is not permitted by the Permissions of a given instance.
    Since:
    2.5
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addViolation​(ACLViolation v)  
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CollectedACLViolations

        public CollectedACLViolations​(java.lang.String msg)
    • Method Detail

      • addViolation

        public void addViolation​(ACLViolation v)
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable