| Exception | Description |
|---|---|
| EncryptSessionException |
Used when for any reason a session could not be encrypted.
|
| InvalidSessionException |
Used when the actual payload of the session was not in a compact JWT format.
|
| SessionCtorException |
Used when a implementation of Session did not have a copy constructor.
|
| SessionDecryptException |
Used when something went wrong attempting to decrypt a session.
|