RuntimeExecutionException

public class RuntimeExecutionException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.android.play.core.tasks.RuntimeExecutionException


TaskException version of ExecutionException.

Summary

Public methods

int getErrorCode()

Returns the error code associated with this exception.

Inherited methods

Public methods

getErrorCode

public int getErrorCode ()

Returns the error code associated with this exception. The specific meaning of the error code depends on the subclass.

Returns
int