CronetException

abstract class CronetException : IOException

kotlin.Any
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ org.chromium.net.CronetException
Bilinen doğrudan alt sınıflar
CallbackException

UrlRequest.Callback veya UploadDataProvider yöntemi istisna oluşturduğunda UrlRequest.Callback.onFailed()'ya istisna iletilir.

NetworkException

Cronet bir ağ isteğini işleyemediğinde UrlRequest.Callback.onFailed()'ya iletilen istisna.

Bilinen dolaylı alt sınıflar
QuicException

NetworkException alt sınıfı. QuicErrorCode'dan ayrıntılı bir QUIC hata kodu içerir.


Temel istisna UrlRequest.Callback.onFailed()'ya iletildi.

Özet

Korunan markalar

CronetException(message: String!, cause: Throwable!)

cause nedeniyle oluşan bir istisna oluşturur.

Korunan markalar

CronetException

protected CronetException(message: String!, cause: Throwable!)

cause nedeniyle oluşan bir istisna oluşturur.

Parametreler
message: String!

hatanın açıklaması.

cause: Throwable!

neden ( getCause() yöntemiyle daha sonra alınmak üzere kaydedilir). Boş değere izin verilir ve bunun nedeni mevcut olmadığının veya bilinmediğinin göstergesidir.