org.fourthline.cling.transport
Class RouterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fourthline.cling.transport.RouterException
All Implemented Interfaces:
Serializable

public class RouterException
extends Exception

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
See Also:
Serialized Form

Constructor Summary
RouterException()
           
RouterException(String s)
           
RouterException(String s, Throwable throwable)
           
RouterException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RouterException

public RouterException()

RouterException

public RouterException(String s)

RouterException

public RouterException(String s,
                       Throwable throwable)

RouterException

public RouterException(Throwable throwable)


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.