org.dvb.internet
Class ClientNotRunningException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.dvb.internet.ClientNotRunningException
All Implemented Interfaces:
java.io.Serializable

public class ClientNotRunningException
extends java.lang.Exception

Exception thrown when a method of InternetClient or one of its subclasses is called while the client is not running, for instance if the client has been terminated by the user.

See Also:
Serialized Form

Constructor Summary
ClientNotRunningException()
          Construct a ClientNotRunningException with no detail message
ClientNotRunningException(java.lang.String reason)
          Construct a ClientNotRunningException with the specified detail message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientNotRunningException

public ClientNotRunningException()
Construct a ClientNotRunningException with no detail message

ClientNotRunningException

public ClientNotRunningException(java.lang.String reason)
Construct a ClientNotRunningException with the specified detail message
Parameters:
reason - the reason why the exception was thrown