Documentation

NetworkException extends BaseException implements Throwable

Occurs when various generic network errors occur.

Table of Contents

ref() Returns the underling reference string, if any string|null
context() Returns the underling error context, if any object|null

Methods

ref()

Returns the underling reference string, if any

public ref( ) : string|null
Return values
string|null

context()

Returns the underling error context, if any

public context( ) : object|null
Return values
object|null

Search results