AuthException

This exception is considered the top-level or "catch-all" for problems related to user account actions. The exact reason for the error can be found in Throwable.message.

Generally, this exception does not need to be caught as more specific subtypes are available. These will be documented for the relevant API methods.

See also

Inheritors