Class PermissionInsightException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.PermissionInsightException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InsightLockedException

@PublicApi public class PermissionInsightException extends InsightException
The PermissionInsightException to throw when an permission exception has occured.
Since:
1.0
Author:
Mathias Edblom
See Also:
  • Constructor Details

    • PermissionInsightException

      public PermissionInsightException(String msg)
      An Constructor of an PermissionInsightException.
      Parameters:
      msg - - Description of what's likely caused the RuntimeException
    • PermissionInsightException

      public PermissionInsightException(GroovyResponseBean groovyResponseBean)