Class ConnectionInsightException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.ConnectionInsightException
- All Implemented Interfaces:
 Serializable
The ConnectionInsightException to throw when a connection is unsuccessful
- Since:
 - 1.0
 - Author:
 - Mathias Edblom
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConnectionInsightException(int errorCode, String msg) Constructor.ConnectionInsightException(String msg, Exception cause)  - 
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
- 
ConnectionInsightException
Constructor.- Parameters:
 msg- - Description of what's caused the Exception
 - 
ConnectionInsightException
 - 
ConnectionInsightException
 
 - 
 - 
Method Details
- 
getErrorCode
public int getErrorCode() 
 -