jdk/src/share/classes/java/nio/channels/exceptions
changeset 1152 29d6145d1097
parent 2 90ce3da70b43
child 1247 b4c26443dee5
equal deleted inserted replaced
1151:4070cecdb99d 1152:29d6145d1097
   144  * Unchecked exception thrown when an attempt is made to acquire a lock on a
   144  * Unchecked exception thrown when an attempt is made to acquire a lock on a
   145  * region of a file that overlaps a region already locked by the same Java
   145  * region of a file that overlaps a region already locked by the same Java
   146  * virtual machine, or when another thread is already waiting to lock an
   146  * virtual machine, or when another thread is already waiting to lock an
   147  * overlapping region of the same file." \
   147  * overlapping region of the same file." \
   148  2047812138163068433L
   148  2047812138163068433L
       
   149 
       
   150 
       
   151 SINCE=1.7
       
   152 
       
   153 SUPER=IllegalStateException
       
   154 
       
   155 gen AlreadyBoundException "
       
   156  * Unchecked exception thrown when an attempt is made to bind the socket a
       
   157  * network oriented channel that is already bound." \
       
   158  6796072983322737592L
       
   159