Class RuntimeInsightException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.RuntimeInsightException
- All Implemented Interfaces:
 Serializable
The RuntimeInsightException is a wrapper of an unexpected RuntimeException.
- Since:
 - 1.0
 - Author:
 - Mathias Edblom
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAn Constructor of an InsightRuntimeException.RuntimeInsightException(String message) An Constructor of an InsightRuntimeException. - 
Method Summary
Methods inherited from class com.riadalabs.jira.plugins.insight.common.exception.InsightException
getMessage, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString 
- 
Constructor Details
- 
RuntimeInsightException
 - 
RuntimeInsightException
An Constructor of an InsightRuntimeException.- Parameters:
 e- - The causing exception
 - 
RuntimeInsightException
An Constructor of an InsightRuntimeException.- Parameters:
 msg- - Description of what's likely caused the RuntimeExceptione- - The causing exception
 
 -