Class SecurityAnnotationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.security.request.SecurityAnnotationException
All Implemented Interfaces:
Serializable

public class SecurityAnnotationException extends RuntimeException
See Also:
  • Constructor Details

    • SecurityAnnotationException

      public SecurityAnnotationException(String message, Class<?> clazz, String methodName, com.atlassian.sal.core.permission.AccessType accessType)
  • Method Details

    • getMethodName

      public String getMethodName()
    • getClazz

      public Class<?> getClazz()
    • getAccessType

      public com.atlassian.sal.core.permission.AccessType getAccessType()