AgeSignalsException

public class AgeSignalsException extends ApiException


An exception indicating something went wrong with the Play Age Signals API.

See getErrorCode for the specific problem.

Summary

Public constructors

AgeSignalsException(int errorCode)

Public methods

int

Returns an error code value from AgeSignalsErrorCode.

Inherited fields

From com.google.android.gms.common.api.ApiException
final Status

This field is deprecated.

Inherited methods

From com.google.android.gms.common.api.ApiException
Status
int
String

This method is deprecated.

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

Public constructors

AgeSignalsException

public AgeSignalsException(int errorCode)

AgeSignalsException

public AgeSignalsException(Status status)

Public methods

getErrorCode

public int getErrorCode()

Returns an error code value from AgeSignalsErrorCode.