0N/A#
2362N/A# Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
2362N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A# or visit www.oracle.com if you need additional information or have any
2362N/A# questions.
0N/A#
0N/A
0N/A# Generated exception classes for java.nio.channels
0N/A
0N/ASINCE=1.4
0N/APACKAGE=java.nio.channels
0N/A# This year should only change if the generated source is modified.
2366N/ACOPYRIGHT_YEARS="2000, 2007,"
0N/A
0N/A
0N/ASUPER=java.io.IOException
0N/A
0N/Agen ClosedChannelException "
0N/A * Checked exception thrown when an attempt is made to invoke or complete an
0N/A * I/O operation upon channel that is closed, or at least closed to that
0N/A * operation. That this exception is thrown does not necessarily imply that
0N/A * the channel is completely closed. A socket channel whose write half has
0N/A * been shut down, for example, may still be open for reading." \
0N/A 882777185433553857L
0N/A
0N/Agen FileLockInterruptionException "
0N/A * Checked exception received by a thread when another thread interrupts it
0N/A * while it is waiting to acquire a file lock. Before this exception is thrown
0N/A * the interrupt status of the previously-blocked thread will have been set." \
0N/A 7104080643653532383L
0N/A
0N/A
0N/ASUPER=ClosedChannelException
0N/A
0N/Agen AsynchronousCloseException "
0N/A * Checked exception received by a thread when another thread closes the
0N/A * channel or the part of the channel upon which it is blocked in an I/O
0N/A * operation." \
0N/A 6891178312432313966L
0N/A
0N/A
0N/ASUPER=AsynchronousCloseException
0N/A
0N/Agen ClosedByInterruptException "
0N/A * Checked exception received by a thread when another thread interrupts it
0N/A * while it is blocked in an I/O operation upon a channel. Before this
0N/A * exception is thrown the channel will have been closed and the interrupt
0N/A * status of the previously-blocked thread will have been set." \
0N/A -4488191543534286750L
0N/A
0N/A
0N/ASUPER=IllegalArgumentException
0N/A
0N/Agen IllegalSelectorException "
0N/A * Unchecked exception thrown when an attempt is made to register a channel
0N/A * with a selector that was not created by the provider that created the
0N/A * channel." \
0N/A -8406323347253320987L
0N/A
0N/Agen UnresolvedAddressException "
0N/A * Unchecked exception thrown when an attempt is made to invoke a network
0N/A * operation upon an unresolved socket address." \
0N/A 6136959093620794148L
0N/A
0N/Agen UnsupportedAddressTypeException "
0N/A * Unchecked exception thrown when an attempt is made to bind or connect
0N/A * to a socket address of a type that is not supported." \
0N/A -2964323842829700493L
0N/A
0N/A
0N/ASUPER=IllegalStateException
0N/A
0N/Agen AlreadyConnectedException "
0N/A * Unchecked exception thrown when an attempt is made to connect a {@link
0N/A * SocketChannel} that is already connected." \
0N/A -7331895245053773357L
0N/A
0N/Agen ConnectionPendingException "
0N/A * Unchecked exception thrown when an attempt is made to connect a {@link
0N/A * SocketChannel} for which a non-blocking connection operation is already in
0N/A * progress." \
0N/A 2008393366501760879L
0N/A
0N/Agen ClosedSelectorException "
0N/A * Unchecked exception thrown when an attempt is made to invoke an I/O
0N/A * operation upon a closed selector." \
0N/A 6466297122317847835L
0N/A
0N/Agen CancelledKeyException "
0N/A * Unchecked exception thrown when an attempt is made to use
0N/A * a selection key that is no longer valid." \
0N/A -8438032138028814268L
0N/A
0N/Agen IllegalBlockingModeException "
0N/A * Unchecked exception thrown when a blocking-mode-specific operation
0N/A * is invoked upon a channel in the incorrect blocking mode." \
0N/A -3335774961855590474L
0N/A
0N/Agen NoConnectionPendingException "
0N/A * Unchecked exception thrown when the {@link SocketChannel#finishConnect
0N/A * finishConnect} method of a {@link SocketChannel} is invoked without first
0N/A * successfully invoking its {@link SocketChannel#connect connect} method." \
0N/A -8296561183633134743L
0N/A
0N/Agen NonReadableChannelException "
0N/A * Unchecked exception thrown when an attempt is made to read
0N/A * from a channel that was not originally opened for reading." \
0N/A -3200915679294993514L
0N/A
0N/Agen NonWritableChannelException "
0N/A * Unchecked exception thrown when an attempt is made to write
0N/A * to a channel that was not originally opened for writing." \
0N/A -7071230488279011621L
0N/A
0N/Agen NotYetBoundException "
0N/A * Unchecked exception thrown when an attempt is made to invoke an I/O
0N/A * operation upon a server socket channel that is not yet bound." \
0N/A 4640999303950202242L
0N/A
0N/Agen NotYetConnectedException "
0N/A * Unchecked exception thrown when an attempt is made to invoke an I/O
0N/A * operation upon a socket channel that is not yet connected." \
0N/A 4697316551909513464L
0N/A
0N/Agen OverlappingFileLockException "
0N/A * Unchecked exception thrown when an attempt is made to acquire a lock on a
0N/A * region of a file that overlaps a region already locked by the same Java
0N/A * virtual machine, or when another thread is already waiting to lock an
0N/A * overlapping region of the same file." \
0N/A 2047812138163068433L
524N/A
524N/A
524N/ASINCE=1.7
524N/A
893N/ASUPER=java.io.IOException
893N/A
893N/Agen InterruptedByTimeoutException "
893N/A * Checked exception received by a thread when a timeout elapses before an
893N/A * asynchronous operation completes." \
893N/A -4268008601014042947L
893N/A
893N/ASUPER=IllegalArgumentException
893N/A
893N/Agen IllegalChannelGroupException "
893N/A * Unchecked exception thrown when an attempt is made to open a channel
893N/A * in a group that was not created by the same provider. " \
893N/A -2495041211157744253L
893N/A
893N/A
524N/ASUPER=IllegalStateException
524N/A
524N/Agen AlreadyBoundException "
524N/A * Unchecked exception thrown when an attempt is made to bind the socket a
524N/A * network oriented channel that is already bound." \
524N/A 6796072983322737592L
524N/A
893N/Agen AcceptPendingException "
893N/A * Unchecked exception thrown when an attempt is made to initiate an accept
893N/A * operation on a channel and a previous accept operation has not completed." \
893N/A 2721339977965416421L
893N/A
893N/Agen ReadPendingException "
893N/A * Unchecked exception thrown when an attempt is made to read from an
893N/A * asynchronous socket channel and a previous read has not completed." \
893N/A 1986315242191227217L
893N/A
893N/Agen WritePendingException "
893N/A * Unchecked exception thrown when an attempt is made to write to an
893N/A * asynchronous socket channel and a previous write has not completed." \
893N/A 7031871839266032276L
893N/A
893N/Agen ShutdownChannelGroupException "
893N/A * Unchecked exception thrown when an attempt is made to construct a channel in
893N/A * a group that is shutdown or the completion handler for an I/O operation
1580N/A * cannot be invoked because the channel group has terminated." \
893N/A -3903801676350154157L