Indico Network Exception

//indico-client-java/com.indico.exceptions/IndicoNetworkException

IndicoNetworkException

[jvm]
open class IndicoNetworkException : IndicoBaseException

Constructors

IndicoNetworkException[jvm]
constructor(msg: String)constructor(msg: String, cause: Throwable)

Properties

NameSummary
cause[jvm]
open val cause: Throwable
stackTrace[jvm]
open var stackTrace: Array<StackTraceElement>

Functions

NameSummary
addSuppressed[jvm]
fun addSuppressed(p: Throwable)
fillInStackTrace[jvm]
open fun fillInStackTrace(): Throwable
getLocalizedMessage[jvm]
open fun getLocalizedMessage(): String
getMessage[jvm]
open fun getMessage(): String
getSuppressed[jvm]
fun getSuppressed(): Array<Throwable>
initCause[jvm]
open fun initCause(p: Throwable): Throwable
printStackTrace[jvm]
open fun printStackTrace()
toString[jvm]
open fun toString(): String