Package net.i2p.client.streaming
Class RouterRestartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.i2p.I2PException
net.i2p.client.streaming.RouterRestartException
- All Implemented Interfaces:
Serializable
public class RouterRestartException extends I2PException
An I2PException thrown from I2PServerSocket.accept()
when the router is restarting.
- Since:
- 0.9.34
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RouterRestartException()
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RouterRestartException
public RouterRestartException()
-