ioio.lib.api.exception
Class ConnectionLostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ioio.lib.api.exception.ConnectionLostException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionLostException
extends java.lang.Exception

Thrown when the connection between Android and IOIO has been lost or disconnected.

See Also:
Serialized Form

Constructor Summary
ConnectionLostException()
           
ConnectionLostException(java.lang.Exception e)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionLostException

public ConnectionLostException(java.lang.Exception e)

ConnectionLostException

public ConnectionLostException()