Class EofException

All Implemented Interfaces:
Serializable, QuietException

@Deprecated(since="2021-05-27") public class EofException extends EOFException implements QuietException
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
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:
  • Constructor Details

    • EofException

      public EofException()
      Deprecated.
    • EofException

      public EofException(String reason)
      Deprecated.
    • EofException

      public EofException(Throwable th)
      Deprecated.