com.evolveum.midpoint.provisioning.consistency.impl
Class CommunicationExceptionHandler
java.lang.Object
com.evolveum.midpoint.provisioning.consistency.api.ErrorHandler
com.evolveum.midpoint.provisioning.consistency.impl.CommunicationExceptionHandler
@Component
public class CommunicationExceptionHandler
- extends ErrorHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommunicationExceptionHandler
public CommunicationExceptionHandler()
getCacheRepositoryService
public RepositoryService getCacheRepositoryService()
- Get the value of repositoryService.
- Returns:
- the value of repositoryService
setCacheRepositoryService
public void setCacheRepositoryService(RepositoryService repositoryService)
- Set the value of repositoryService
Expected to be injected.
- Parameters:
repositoryService
- new value of repositoryService
handleError
public <T extends ResourceObjectShadowType> T handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
throws SchemaException,
GenericFrameworkException,
CommunicationException,
ObjectNotFoundException,
ObjectAlreadyExistsException,
ConfigurationException
- Specified by:
handleError
in class ErrorHandler
- Throws:
SchemaException
GenericFrameworkException
CommunicationException
ObjectNotFoundException
ObjectAlreadyExistsException
ConfigurationException
Copyright © 2013 evolveum. All Rights Reserved.