Package net.freehaven.tor.control
Class TorNotRunningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- net.freehaven.tor.control.TorNotRunningException
-
- All Implemented Interfaces:
java.io.Serializable
public class TorNotRunningException extends java.io.IOExceptionAn exception raised when Tor is no longer running.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TorNotRunningException()TorNotRunningException(java.lang.String message)
-