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
The PermissionInsightException to throw when an permission exception has occured.
- Since:
- 1.0
- Author:
- Mathias Edblom
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPermissionInsightException
(GroovyResponseBean groovyResponseBean) An Constructor of an PermissionInsightException. -
Method Summary
Methods inherited from class com.riadalabs.jira.plugins.insight.common.exception.InsightException
getMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
PermissionInsightException
An Constructor of an PermissionInsightException.- Parameters:
msg
- - Description of what's likely caused the RuntimeException
-
PermissionInsightException
-