| Exception | Description |
|---|---|
| SqrlConfigSettingException | |
| SqrlDebugException |
Exception that is created for the sole purpose of showing a call trace.
|
| SqrlDisabledUserException |
Indicates that the SQRL user exists, but is currently disabled per the SQRL protocol
|
| SqrlInvalidRequestException |
Indicates an invalid SQRL request was received
|
| SqrlNutTokenReplayedException |
Indicates that the one time use Nut token received from the SQRL client was already used in a previous request as
determined by
SqrlPersistence#hasTokenBeenUsed(com.github.dbadia.sqrl.server.backchannel.Nut) |
| SqrlPersistenceException |
Indicates a problem (such as data corruption, inaccessibility, etc) with the web apps
SqrlPersistence; note
that, in keeping with the semantics of JPA, this is a RuntimeException |
Copyright © 2016. All rights reserved.