Package com.gooddata.connector
Class IntegrationNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.gooddata.GoodDataException
-
- com.gooddata.connector.IntegrationNotFoundException
-
- All Implemented Interfaces:
Serializable
public class IntegrationNotFoundException extends com.gooddata.GoodDataExceptionIntegration for given project and connector type doesn't exist- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrationNotFoundException(Project project, ConnectorType connectorType, Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorTypegetConnectorType()StringgetProjectUri()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IntegrationNotFoundException
public IntegrationNotFoundException(Project project, ConnectorType connectorType, Throwable e)
-
-
Method Detail
-
getProjectUri
public String getProjectUri()
-
getConnectorType
public ConnectorType getConnectorType()
-
-