public class RepositoryConnectorNotFoundException extends ContentRepositoryException
| Constructor and Description |
|---|
RepositoryConnectorNotFoundException(String connectorId,
Class<? extends RepositoryConnector> targetClass,
String message) |
RepositoryConnectorNotFoundException(String connectorId,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectorId() |
Class<? extends RepositoryConnector> |
getTargetClass() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RepositoryConnectorNotFoundException(String connectorId, Class<? extends RepositoryConnector> targetClass, String message)
public String getConnectorId()
public Class<? extends RepositoryConnector> getTargetClass()
Copyright © 2019 Communote team. All rights reserved.