public    abstract class
      CallbackException
    
     
     
     
      
    
     
     
      
    
     
     
      
    
     
     
      
    
     
       extends CronetException
     
     
      
    
     
     
      
    
    
    
    
    Exception passed to UrlRequest.Callback.onFailed() when
 UrlRequest.Callback or UploadDataProvider method throws an exception. In this
 case getCause() can be used to find the thrown exception.
Protected Constructor Summary
| 
                CallbackException(String message, Throwable cause)
                
                 Constructs an exception that wraps  causethrown by aUrlRequest.Callback. | 
Inherited Method Summary
Protected Constructors
protected CallbackException (String message, Throwable cause)
Constructs an exception that wraps cause thrown by a UrlRequest.Callback.
Parameters
| message | explanation of failure. | 
|---|---|
| cause | exception thrown by UrlRequest.Callbackthat's being wrapped. It is
         saved
 for later retrieval by thegetCause(). | 
