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
ConstructorsConstructorDescriptionCreate an ADB exception.AdbException(String message) Create an ADB exception.AdbException(String message, Throwable cause) Create an ADB exception.AdbException(Throwable cause) Create an ADB exception. -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebException
getUnit, setUnit, withUnitMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AdbException
public AdbException()Create an ADB exception. -
AdbException
Create an ADB exception.- Parameters:
message- error message
-
AdbException
Create an ADB exception.- Parameters:
cause- cause
-
AdbException
Create an ADB exception.- Parameters:
message- error messagecause- cause
-