|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.dvb.internet.ClientNotRunningException
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.
| 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 |
public ClientNotRunningException()
ClientNotRunningException with no detail messagepublic ClientNotRunningException(java.lang.String reason)
ClientNotRunningException with the specified detail messagereason - the reason why the exception was thrown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||