Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MaximilianoRicoTabo/7ae0ef1f05f59bd090c7c7bf95c3e881 to your computer and use it in GitHub Desktop.
Save MaximilianoRicoTabo/7ae0ef1f05f59bd090c7c7bf95c3e881 to your computer and use it in GitHub Desktop.
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor434.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.teamhub.infrastructure.security.RuleInvoker.invoke(RuleInvoker.java:129)
at com.teamhub.infrastructure.security.AclPermissionEvaluator.hasPermission(AclPermissionEvaluator.java:130)
at com.teamhub.aclrules.node.CommentAclRules.canView(CommentAclRules.java:211)
at sun.reflect.GeneratedMethodAccessor434.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.teamhub.infrastructure.security.RuleInvoker.invoke(RuleInvoker.java:129)
at com.teamhub.infrastructure.security.AclPermissionEvaluator.hasPermission(AclPermissionEvaluator.java:130)
at com.teamhub.aclrules.node.CommentAclRules.canView(CommentAclRules.java:211)
at sun.reflect.GeneratedMethodAccessor434.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment