diff options
author | Michael Valenta | 2002-04-05 12:26:30 -0500 |
---|---|---|
committer | Michael Valenta | 2002-04-05 12:26:30 -0500 |
commit | 3d7ada4a541081a52709a1cb1042e1cce2b4540c (patch) | |
tree | 4748074605558cfa9d3114e558b0ad549fd54902 | |
parent | e5f453b4c60437155a9364566051777fe0019566 (diff) | |
download | eclipse.platform.team-3d7ada4a541081a52709a1cb1042e1cce2b4540c.tar.gz eclipse.platform.team-3d7ada4a541081a52709a1cb1042e1cce2b4540c.tar.xz eclipse.platform.team-3d7ada4a541081a52709a1cb1042e1cce2b4540c.zip |
Added message for SocketException
-rw-r--r-- | bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties index f80bc77fe..5f8d542b0 100644 --- a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties +++ b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties @@ -24,6 +24,7 @@ java.io.FileNotFoundException=File not found: {0} java.io.InterruptedIOException=Interrupted IO: {0} java.net.UnknownHostException=Cannot locate host: {0} java.net.ConnectException=Cannot connect to host: {0} +java.net.SocketException=Socket Exception: {0} Connection.cannotClose=Cannot close connection Connection.readUnestablishedConnection=Failure due to attempt to read from an unestablished connection |