RemoteException

Should be thrown by HttpTransport if the the remote server encountered an error during the processing of the request.

Constructors

Link copied to clipboard
constructor(message: String)
constructor(message: String, cause: Throwable)

Properties

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