SignalCredentialStateException

public final class SignalCredentialStateException extends Exception


Exception encountered during the signal credential state operation.

Summary

Constants

static final @NonNull String

The error type value for when the given operation failed due to an unknown reason.

Public constructors

Public methods

final @NonNull String

the type of the error

Constants

ERROR_TYPE_UNKNOWN

public static final @NonNull String ERROR_TYPE_UNKNOWN

The error type value for when the given operation failed due to an unknown reason.

Public constructors

SignalCredentialStateException

public SignalCredentialStateException(@NonNull String type, String message)
Parameters
@NonNull String type

the type of the error

String message

the message of the error

Public methods

getType

public final @NonNull String getType()

the type of the error