ClosedChannelExceptionpublic class ClosedChannelException extends IOException A {@code ClosedChannelException} is thrown when a channel is closed for the
type of operation attempted. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ClosedChannelException()Constructs a {@code ClosedChannelException}.
super();
|
|