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
This exception is thrown when a channel is closed for the type of operation
attempted.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClosedChannelException
public ClosedChannelException()
- Default constructor.
Please submit a feedback, bug or feature