Class IntegrationNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gooddata.sdk.common.GoodDataException
com.gooddata.sdk.service.connector.IntegrationNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class IntegrationNotFoundException
extends com.gooddata.sdk.common.GoodDataException
Integration for given project and connector type doesn't exist
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    IntegrationNotFoundException​(com.gooddata.sdk.model.project.Project project, com.gooddata.sdk.model.connector.ConnectorType connectorType, java.lang.Throwable e)  
  • Method Summary

    Modifier and Type Method Description
    com.gooddata.sdk.model.connector.ConnectorType getConnectorType()  
    java.lang.String getProjectUri()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IntegrationNotFoundException

      public IntegrationNotFoundException​(com.gooddata.sdk.model.project.Project project, com.gooddata.sdk.model.connector.ConnectorType connectorType, java.lang.Throwable e)
  • Method Details

    • getProjectUri

      public java.lang.String getProjectUri()
    • getConnectorType

      public com.gooddata.sdk.model.connector.ConnectorType getConnectorType()