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
A
ClosedChannelException is 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
-
Constructor Details
-
ClosedChannelException
public ClosedChannelException()Constructs aClosedChannelException.
-