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

@PublicApi public class ConnectionInsightException extends InsightException
The ConnectionInsightException to throw when a connection is unsuccessful
Since:
1.0
Author:
Mathias Edblom
See Also:
  • Constructor Details

    • ConnectionInsightException

      public ConnectionInsightException(String msg)
      Constructor.
      Parameters:
      msg - - Description of what's caused the Exception
    • ConnectionInsightException

      public ConnectionInsightException(int errorCode, String msg)
    • ConnectionInsightException

      public ConnectionInsightException(String msg, Exception cause)
  • Method Details

    • getErrorCode

      public int getErrorCode()