AbortException

constructor(message: String = "Authentication aborted by user", cause: Throwable? = null)

Parameters

message

The error message describing the abort reason

cause

The underlying cause of the exception, if any