Class EofException

  • All Implemented Interfaces:
    java.io.Serializable, QuietException

    public class EofException
    extends java.io.EOFException
    implements 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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EofException

        public EofException()
      • EofException

        public EofException​(java.lang.String reason)
      • EofException

        public EofException​(java.lang.Throwable th)