Class EofException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.EOFException
org.eclipse.jetty.io.EofException
- All Implemented Interfaces:
 Serializable, QuietException
A Jetty specialization of 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.
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface QuietException
QuietException.Exception, QuietException.RuntimeException - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
EofException
public EofException() - 
EofException
 - 
EofException
 - 
EofException
 
 -