Class ACLUpdateViolation

  • All Implemented Interfaces:
    java.io.Serializable

    public class ACLUpdateViolation
    extends ACLViolation
    User does not have permissions to perform given action.
    Since:
    2.5
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ACLUpdateViolation​(java.lang.Class klass, java.lang.Long id, java.lang.String msg)  
    • Method Summary

      • 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

      • ACLUpdateViolation

        public ACLUpdateViolation​(java.lang.Class klass,
                                  java.lang.Long id,
                                  java.lang.String msg)