Constructors

Link copied to clipboard
protected constructor(status: Int, msg: String, throwable: Throwable? = null)

Types

Link copied to clipboard
class BadGateway(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class BadRequest(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
class Conflict(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class ExpectationFailed(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class FailedDependency(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class Forbidden(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class GatewayTimeout(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class Gone(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
Link copied to clipboard
class IAmATeapot(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class InsufficientStorage(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class InternalServerError(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class LengthRequired(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class Locked(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class LoopDetected(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class MethodNotAllowed(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
Link copied to clipboard
class NotAcceptable(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class NotExtended(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class NotFound(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class NotImplemented(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class PayloadTooLarge(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class PaymentRequired(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class PreconditionFailed(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class PreconditionRequired(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class RequestTimeout(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class ServiceUnavailable(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class TooEarly(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class TooManyRequests(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class Unauthorized(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
Link copied to clipboard
class UnprocessableEntity(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class UnsupportedMediaType(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class UpgradeRequired(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard
class UriTooLong(val msg: String, t: Throwable? = null) : QuatiException
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val msg: String
Link copied to clipboard
val status: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard