RegistrationException

constructor(@NonNull message: String, isRecoverable: Boolean, @Nullable cause: Throwable)

Creates a new registration exception.

Parameters

message

The exception message.

isRecoverable

If the exception is recoverable (should retry registration).

cause

The cause of the exception.


constructor(@NonNull message: String, isRecoverable: Boolean)

Creates a new registration exception.

Parameters

message

The exception message.

isRecoverable

If the exception is recoverable (should retry registration).