Uses of Class
org.identityconnectors.framework.common.exceptions.RetryableException
-
Packages that use RetryableException Package Description org.identityconnectors.framework.common.exceptions -
-
Uses of RetryableException in org.identityconnectors.framework.common.exceptions
Methods in org.identityconnectors.framework.common.exceptions that return RetryableException Modifier and Type Method Description static RetryableExceptionRetryableException. wrap(String message, Throwable cause)IfExceptionparameter passed in is aRetryableExceptionit is simply returned.static RetryableExceptionRetryableException. wrap(String message, Uid uid)Constructs a new RetryableException which signals partial success ofcreateoperation.
-