AccountKitException
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.

Represents an error condition specific to the AccountKit SDK for Android.

확장:RuntimeException
패키지:accountkit
생성자
AccountKitException(AccountKitError)

Constructs a new AccountKitException.

public AccountKitException(AccountKitError error)
매개변수설명
errorThe error
AccountKitException(Type, InternalAccountKitError)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, InternalAccountKitError internalError)
매개변수설명
errorTypeThe error
internalErrorThe internal error
AccountKitException(Type, InternalAccountKitError, String)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, InternalAccountKitError internalError, String message)
매개변수설명
errorTypeThe errorType
internalErrorInternal error
messageExtra detail to append to error
AccountKitException(Type, InternalAccountKitError, Throwable)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, InternalAccountKitError internalError, Throwable throwable)
매개변수설명
errorTypeThe error type
internalErrorInternal error
throwableThe cause of this exception
AccountKitException(Type, Throwable)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, Throwable throwable)
매개변수설명
errorTypeThe errorType
throwableThe cause of this exception
인스턴스 메서드
getError()
public AccountKitError getError()
Returns
The underlying error