Indico Invalid Request Exception

open class IndicoInvalidRequestException : IndicoBaseException

Constructors

IndicoInvalidRequestExceptionconstructor(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