AuthException constructor

AuthException(
  1. String message
)

A Exception representing some error caused by invalid credentials on a Web-API.

Implementation

AuthException(this.message);