public class EofException extends EOFException
This is thrown by Firefly to distinguish between EOF received from the connection, vs and EOF thrown by some application talking to some other file/socket etc. The only difference in handling is that Firefly EOFs are logged less verbosely.
| 构造器和说明 |
|---|
EofException() |
EofException(String reason) |
EofException(Throwable th) |
Copyright © 2016. All rights reserved.