jdk/src/share/classes/com/sun/nio/sctp/SctpChannel.java
changeset 22339 e91bfaf4360d
parent 20742 4ae78e8060d6
child 23010 6dadb192ad81
equal deleted inserted replaced
22338:fda2b44112c7 22339:e91bfaf4360d
   274      * @throws  java.nio.channels.UnsupportedAddressTypeException
   274      * @throws  java.nio.channels.UnsupportedAddressTypeException
   275      *          If the type of the given address is not supported
   275      *          If the type of the given address is not supported
   276      *
   276      *
   277      * @throws  IOException
   277      * @throws  IOException
   278      *          If some other I/O error occurs
   278      *          If some other I/O error occurs
       
   279      *
       
   280      * @throws  SecurityException
       
   281      *          If a security manager has been installed and its
       
   282      *          {@link SecurityManager#checkListen checkListen} method denies
       
   283      *          the operation
   279      */
   284      */
   280     public abstract SctpChannel bind(SocketAddress local)
   285     public abstract SctpChannel bind(SocketAddress local)
   281         throws IOException;
   286         throws IOException;
   282 
   287 
   283     /**
   288     /**