Class ACLCreateViolation

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ACLCreateViolation​(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

      • ACLCreateViolation

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