com.android.builder.testing.api
Class DeviceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.builder.testing.api.DeviceException
All Implemented Interfaces:
java.io.Serializable

@Beta
public class DeviceException
extends java.lang.Exception

Exception thrown during device actions.

See Also:
Serialized Form

Constructor Summary
DeviceException(java.lang.Throwable cause)
           
 
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

DeviceException

public DeviceException(@NonNull
                       java.lang.Throwable cause)