IntegrityServiceException

public class IntegrityServiceException extends ApiException


Integrity API에 문제가 발생했음을 나타내는 예외입니다.

구체적인 문제는 getErrorCode를 참고하세요.

요약

공개 생성자

지정된 오류 코드로 IntegrityServiceException를 생성합니다.

공개 메서드

synchronized Throwable
int

작업으로 발생한 오류 코드를 반환합니다.

int

작업으로 발생한 오류 코드를 반환합니다.

boolean

예외가 기기 무결성 대화상자로 해결 가능한지 여부를 반환합니다.

상속된 필드

com.google.android.gms.common.api.ApiException에서
final Status

이 필드는 지원 중단되었습니다.

상속된 메서드

com.google.android.gms.common.api.ApiException에서
Status
String

이 메서드는 지원 중단되었습니다.

java.lang.Throwable에서 상속됨
synchronized final void
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

공개 생성자

IntegrityServiceException

public IntegrityServiceException(int errorCode)

지정된 오류 코드로 IntegrityServiceException를 생성합니다.

매개변수
int errorCode

오류 코드입니다.

공개 메서드

getCause

synchronized public Throwable getCause()

getErrorCode

public int getErrorCode()

작업으로 발생한 오류 코드를 반환합니다. 값은 IntegrityErrorCode의 상수 중 하나입니다.

getStatusCode

public int getStatusCode()

작업으로 발생한 오류 코드를 반환합니다. 값은 IntegrityErrorCode의 상수 중 하나입니다. getStatusCode()는 IntegrityServiceExceptions에서 지원되지 않습니다. 대신 getErrorCode()를 사용하세요.

isRemediable

public boolean isRemediable()

예외가 기기 무결성 대화상자로 해결 가능한지 여부를 반환합니다. IntegrityDialogTypeCode를 참조하세요.

1.5.0 이후