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 RetryableException
RetryableException. wrap(String message, Throwable cause)
IfException
parameter passed in is aRetryableException
it is simply returned.static RetryableException
RetryableException. wrap(String message, Uid uid)
Constructs a new RetryableException which signals partial success ofcreate
operation.
-