jdk/src/share/classes/java/nio/channels/SocketChannel.java
changeset 22339 e91bfaf4360d
parent 18574 4aeaeb541678
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/nio/channels/SocketChannel.java	Thu Oct 24 10:02:26 2013 -0700
+++ b/jdk/src/share/classes/java/nio/channels/SocketChannel.java	Thu Oct 24 20:39:21 2013 +0100
@@ -227,6 +227,10 @@
      * @throws  UnsupportedAddressTypeException     {@inheritDoc}
      * @throws  ClosedChannelException              {@inheritDoc}
      * @throws  IOException                         {@inheritDoc}
+     * @throws  SecurityException
+     *          If a security manager has been installed and its
+     *          {@link SecurityManager#checkListen checkListen} method denies
+     *          the operation
      *
      * @since 1.7
      */