Class ClientAbortException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.sling.engine.impl.helper.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:
  • Constructor Details

    • ClientAbortException

      public ClientAbortException(IOException cause)