//library/com.uploadcare.android.library.exceptions/UploadcareAuthenticationException

UploadcareAuthenticationException

[androidJvm] class UploadcareAuthenticationException(message: String?) : UploadcareApiException

An authentication error returned by the uploadcare API

Constructors

Name Summary
UploadcareAuthenticationException [androidJvm] fun UploadcareAuthenticationException(message: String?)

Functions

Name Summary
addSuppressed [androidJvm]
Content
fun addSuppressed(p0: Throwable)


equals [androidJvm]
Content
open operator fun equals(other: Any?): Boolean


fillInStackTrace [androidJvm]
Content
open fun fillInStackTrace(): Throwable


getLocalizedMessage [androidJvm]
Content
open fun getLocalizedMessage(): String


getStackTrace [androidJvm]
Content
open fun getStackTrace(): Array<StackTraceElement>


getSuppressed [androidJvm]
Content
fun getSuppressed(): Array<Throwable>


hashCode [androidJvm]
Content
open fun hashCode(): Int


initCause [androidJvm]
Content
open fun initCause(p0: Throwable): Throwable


printStackTrace [androidJvm]
Content
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)


setStackTrace [androidJvm]
Content
open fun setStackTrace(p0: Array<StackTraceElement>)


toString [androidJvm]
Content
open fun toString(): String


Properties

Name Summary
cause [androidJvm] open val cause: Throwable?
message [androidJvm] open val message: String?