public class EofException
extends java.io.EOFException
This is thrown by Jetty 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 Jetty EOFs are logged less verbosely.
| Constructor | Description |
|---|---|
EofException() |
|
EofException(java.lang.String reason) |
|
EofException(java.lang.Throwable th) |
Copyright © 1995–2017 Webtide. All rights reserved.