Transient Exceptions

Could you please list transient exceptions or exceptions that possibly can be transient? Java SDK3

@IgorM the Java SDK 3 transparently retries all transient exceptions for you (when using the default best effort retry strategy). Is there any particular exception you are concerned about?

I would like to do retry on my own. So I would like to know a list of all possible transient exceptions.