Class ClientAbortException

  • All Implemented Interfaces:
    Serializable

    public class ClientAbortException
    extends IOException
    Wrap an IOException to signal that its cause is most certainly a client abort/disconnect. Similar to what Tomcat does with its ClientAbortException
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientAbortException

        public ClientAbortException​(IOException cause)