Package io.fusionauth.http
Class ClientAbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.fusionauth.http.ClientAbortException
- All Implemented Interfaces:
Serializable
An IOException that is most likely caused by the client closing a socket.
For example:
java.io.IOException: Connection reset by peer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientAbortException
-