public class ChannelInterruptException extends RuntimeException
DataReader.stop() or DataWriter.stop() is called, this exception might be
thrown in DataReader.read(long) and DataWriter.write(ChannelId, ByteBuffer),
which means the read/write operation is failed.| Constructor and Description |
|---|
ChannelInterruptException() |
ChannelInterruptException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChannelInterruptException()
public ChannelInterruptException(String message)
Copyright © 2021. All rights reserved.