public class

AdbException

extends JebException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.pnfsoftware.jeb.core.exceptions.JebException
         ↳ com.pnfsoftware.jeb.core.units.code.android.adb.AdbException

Class Overview

Exception raised to report ADB errors.

Summary

Public Constructors
AdbException()
AdbException(String message)
AdbException(Throwable cause)
AdbException(String message, Throwable cause)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AdbException ()

public AdbException (String message)

public AdbException (Throwable cause)

public AdbException (String message, Throwable cause)