jdk/src/share/classes/java/nio/channels/exceptions
changeset 2057 3acf8e5e2ca0
parent 1247 b4c26443dee5
child 3632 399359a027de
equal deleted inserted replaced
2056:115e09b7a004 2057:3acf8e5e2ca0
     1 #
     1 #
     2 # Copyright 2000-2008 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 2000-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Sun designates this
     7 # published by the Free Software Foundation.  Sun designates this
   148  2047812138163068433L
   148  2047812138163068433L
   149 
   149 
   150 
   150 
   151 SINCE=1.7
   151 SINCE=1.7
   152 
   152 
       
   153 SUPER=java.io.IOException
       
   154 
       
   155 gen InterruptedByTimeoutException "
       
   156  * Checked exception received by a thread when a timeout elapses before an
       
   157  * asynchronous operation completes." \
       
   158  -4268008601014042947L
       
   159 
       
   160 SUPER=IllegalArgumentException
       
   161 
       
   162 gen IllegalChannelGroupException "
       
   163  * Unchecked exception thrown when an attempt is made to open a channel
       
   164  * in a group that was not created by the same provider. " \
       
   165  -2495041211157744253L
       
   166 
       
   167 
   153 SUPER=IllegalStateException
   168 SUPER=IllegalStateException
   154 
   169 
   155 gen AlreadyBoundException "
   170 gen AlreadyBoundException "
   156  * Unchecked exception thrown when an attempt is made to bind the socket a
   171  * Unchecked exception thrown when an attempt is made to bind the socket a
   157  * network oriented channel that is already bound." \
   172  * network oriented channel that is already bound." \
   158  6796072983322737592L
   173  6796072983322737592L
   159 
   174 
       
   175 gen AcceptPendingException "
       
   176  * Unchecked exception thrown when an attempt is made to initiate an accept
       
   177  * operation on a channel and a previous accept operation has not completed." \
       
   178  2721339977965416421L
       
   179 
       
   180 gen ReadPendingException "
       
   181  * Unchecked exception thrown when an attempt is made to read from an
       
   182  * asynchronous socket channel and a previous read has not completed." \
       
   183  1986315242191227217L
       
   184 
       
   185 gen WritePendingException "
       
   186  * Unchecked exception thrown when an attempt is made to write to an
       
   187  * asynchronous socket channel and a previous write has not completed." \
       
   188  7031871839266032276L
       
   189 
       
   190 gen ShutdownChannelGroupException "
       
   191  * Unchecked exception thrown when an attempt is made to construct a channel in 
       
   192  * a group that is shutdown or the completion handler for an I/O operation 
       
   193  * cannot be invoked because the channel group is shutdown." \
       
   194  -3903801676350154157L