Package com.attivio.sdk.service
Class ServiceFactoryFactory.ServiceFactoryError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.service.ServiceFactoryFactory.ServiceFactoryError
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ServiceFactoryFactory
public static class ServiceFactoryFactory.ServiceFactoryError extends ErrorCode
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
INSTANTIATION_EXCEPTION
Error with instantiating the ServiceFactorystatic ErrorCode
INVOCATION_EXCEPTION
Error with instantiating the ServiceFactorystatic ErrorCode
SERVICE_NOT_FOUND_EXCEPTION
Error finding a service
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
INSTANTIATION_EXCEPTION
public static final ErrorCode INSTANTIATION_EXCEPTION
Error with instantiating the ServiceFactory
-
SERVICE_NOT_FOUND_EXCEPTION
public static final ErrorCode SERVICE_NOT_FOUND_EXCEPTION
Error finding a service
-
INVOCATION_EXCEPTION
public static final ErrorCode INVOCATION_EXCEPTION
Error with instantiating the ServiceFactory
-
-