Class AdbException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pnfsoftware.jeb.core.exceptions.JebException
com.pnfsoftware.jeb.core.units.code.android.adb.AdbException
- All Implemented Interfaces:
Serializable
Exception raised to report ADB errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAdbException
(String message) AdbException
(String message, Throwable cause) AdbException
(Throwable cause) -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebException
getUnit, setUnit, withUnit
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AdbException
public AdbException() -
AdbException
-
AdbException
-
AdbException
-