diff options
Diffstat (limited to 'java/src/IceInternal/OutgoingConnectionFactory.java')
-rw-r--r-- | java/src/IceInternal/OutgoingConnectionFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceInternal/OutgoingConnectionFactory.java b/java/src/IceInternal/OutgoingConnectionFactory.java index a1f58bc58a3..1a743ade447 100644 --- a/java/src/IceInternal/OutgoingConnectionFactory.java +++ b/java/src/IceInternal/OutgoingConnectionFactory.java @@ -61,7 +61,7 @@ public class OutgoingConnectionFactory Ice.Logger logger = _instance.logger(); Connection connection = null; - Ice.RuntimeException exception = null; + Ice.LocalException exception = null; for(int i = 0; i < endpoints.length; i++) { Endpoint endpoint = endpoints[i]; |