-
- All Implemented Interfaces:
-
java.io.Serializable
public class AdbAuthenticationFailedException extends RuntimeException
Thrown when the ADB daemon rejects our initial authentication attempt, which typically means that the peer has not previously saved our public key.
-
-
Constructor Summary
Constructors Constructor Description AdbAuthenticationFailedException()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-