You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is so that all exceptions from OnlineOptions.createModelControllerClient don't have to be wrapped in IllegalStateException. It is source-incompatible, so it has to be done in a major release.
The text was updated successfully, but these errors were encountered:
There's also OnlineManagementClientImpl.apply that catches InterruptedException and throws a different one. This needs careful examination, if the interruption status could possibly be lost in AutomaticErrorHandlingForCommands.
olukas
pushed a commit
to olukas/creaper
that referenced
this issue
May 3, 2017
This is so that all exceptions from
OnlineOptions.createModelControllerClient
don't have to be wrapped inIllegalStateException
. It is source-incompatible, so it has to be done in a major release.The text was updated successfully, but these errors were encountered: