com.android.ddmlib
Class ShellCommandUnresponsiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.ddmlib.ShellCommandUnresponsiveException
All Implemented Interfaces:
Serializable

public class ShellCommandUnresponsiveException
extends Exception

Exception thrown when a shell command executed on a device takes too long to send its output.

The command may not actually be unresponsive, it just has spent too much time not outputting any thing to the console.

See Also:
Serialized Form

Constructor Summary
ShellCommandUnresponsiveException()
           
 
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

ShellCommandUnresponsiveException

public ShellCommandUnresponsiveException()


Copyright © 2008-2012. All Rights Reserved.