Package org.jupnp.transport
Klasse RouterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jupnp.transport.RouterException
- Alle implementierten Schnittstellen:
Serializable
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.
- Autor:
- Christian Bauer
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRouterException(String s, Throwable throwable) RouterException(Throwable throwable) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
RouterException
public RouterException() -
RouterException
-
RouterException
-
RouterException
-