jdk/src/share/classes/com/sun/nio/sctp/SctpChannel.java
changeset 22339 e91bfaf4360d
parent 20742 4ae78e8060d6
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/com/sun/nio/sctp/SctpChannel.java	Thu Oct 24 10:02:26 2013 -0700
+++ b/jdk/src/share/classes/com/sun/nio/sctp/SctpChannel.java	Thu Oct 24 20:39:21 2013 +0100
@@ -276,6 +276,11 @@
      *
      * @throws  IOException
      *          If some other I/O error occurs
+     *
+     * @throws  SecurityException
+     *          If a security manager has been installed and its
+     *          {@link SecurityManager#checkListen checkListen} method denies
+     *          the operation
      */
     public abstract SctpChannel bind(SocketAddress local)
         throws IOException;