Package java.nio.channels
Class ClosedChannelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.channels.ClosedChannelException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AsynchronousCloseException
public class ClosedChannelException extends IOException
AClosedChannelExceptionis thrown when a channel is closed for the type of operation attempted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClosedChannelException()Constructs aClosedChannelException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-