YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | List of all members
org.fourthline.cling.transport.RouterException Class Reference

Thrown by the Router if a non-fatal recoverable exception occurred. More...

Inheritance diagram for org.fourthline.cling.transport.RouterException:
Inheritance graph
Collaboration diagram for org.fourthline.cling.transport.RouterException:
Collaboration graph

Public Member Functions

 RouterException (String s)
 
 RouterException (String s, Throwable throwable)
 
 RouterException (Throwable throwable)
 

Detailed Description

Thrown by the Router if a non-fatal recoverable exception occurred.

This exception is thrown if the calling thread wasn't able to obtain exclusive read/write access on the router.

This exception is also thrown when you interrupt the thread calling the router. In such a case, the cause of this is an InterruptedException.

Author
Christian Bauer

The documentation for this class was generated from the following file: