RegistrationException

Registration exceptions

Inheritors

Constructors

Link copied to clipboard
constructor(@NonNull message: String, isRecoverable: Boolean, @Nullable cause: Throwable)
Creates a new registration exception.
constructor(@NonNull message: String, isRecoverable: Boolean)
Creates a new registration exception.

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun setStackTrace(stackTrace: Array<StackTraceElement>)
Link copied to clipboard
open fun toString(): String