Package com.attivio.sdk.error
Class ConnectorServiceError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.ConnectorServiceError
-
- All Implemented Interfaces:
java.io.Serializable
public final class ConnectorServiceError extends ErrorCode
Errors for the ConnectorServiceServlet- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ConnectorServiceError
CONNECTOR_NOT_FOUND
CONNECTOR-SERVICE-SERVLET-0: Connector Not Foundstatic ConnectorServiceError
UNABLE_TO_INSPECT_PUBLISHER
CONNECTOR-SERVICE-SERVLET-1: Unable to extract meta-data from DirectMessagePublisher
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
CONNECTOR_NOT_FOUND
public static final ConnectorServiceError CONNECTOR_NOT_FOUND
CONNECTOR-SERVICE-SERVLET-0: Connector Not Found
-
UNABLE_TO_INSPECT_PUBLISHER
public static final ConnectorServiceError UNABLE_TO_INSPECT_PUBLISHER
CONNECTOR-SERVICE-SERVLET-1: Unable to extract meta-data from DirectMessagePublisher
-
-