Package org.drasyl.handler.connection
Class ConnectionResetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drasyl.handler.connection.ConnectionException
org.drasyl.handler.connection.ConnectionResetException
- All Implemented Interfaces:
Serializable
This exception is thrown when a connection is aborted. Any outstanding data is discarded.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionResetException
public ConnectionResetException()
-