Indico Base Exception

abstract class IndicoBaseException : RuntimeException

Inheritors

IndicoAuthorizationException
IndicoInvalidRequestException
IndicoMutationException
IndicoNetworkException
IndicoQueryException

Constructors

IndicoBaseExceptionconstructor(msg: String) constructor(msg: String, cause: Throwable)

Properties

NameSummary
causeopen val cause: Throwable
stackTraceopen var stackTrace: Array<StackTraceElement>

Functions

NameSummary
addSuppressedfun addSuppressed(p: Throwable)
fillInStackTraceopen fun fillInStackTrace(): Throwable
getLocalizedMessageopen fun getLocalizedMessage(): String
getMessageopen fun getMessage(): String
getSuppressedfun getSuppressed(): Array<Throwable>
initCauseopen fun initCause(p: Throwable): Throwable
printStackTraceopen fun printStackTrace()
toStringopen fun toString(): String