Summary:
Ctors
| Inherited Methods
LocalTestingException
public
final
class
LocalTestingException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | com.google.android.play.core.common.LocalTestingException |
Exception thrown for issues related to local testing mode.
Summary
Public constructors | |
---|---|
LocalTestingException(String message)
|
|
LocalTestingException(String message, Throwable cause)
|
|
LocalTestingException(Throwable cause)
|
Inherited methods | |
---|---|