Documentation

AuthenticationException extends BaseException implements Throwable

Occurs when authentication has failed.

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