Indico Base Exception
abstract class IndicoBaseException : RuntimeException
Inheritors
| IndicoAuthorizationException |
| IndicoInvalidRequestException |
| IndicoMutationException |
| IndicoNetworkException |
| IndicoQueryException |
Constructors
Properties
| Name | Summary |
|---|---|
| cause | open val cause: Throwable |
| stackTrace | open var stackTrace: Array<StackTraceElement> |
Functions
| Name | Summary |
|---|---|
| addSuppressed | fun addSuppressed(p: Throwable) |
| fillInStackTrace | open fun fillInStackTrace(): Throwable |
| getLocalizedMessage | open fun getLocalizedMessage(): String |
| getMessage | open fun getMessage(): String |
| getSuppressed | fun getSuppressed(): Array<Throwable> |
| initCause | open fun initCause(p: Throwable): Throwable |
| printStackTrace | open fun printStackTrace() |
| toString | open fun toString(): String |
Updated 6 days ago
