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.ConnectorTypegetConnectorType()java.lang.StringgetProjectUri()
-
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()
-