Exception | Description |
---|---|
DatabaseException |
Thrown when something goes wrong in the database, generic exception.
|
DatabaseInitException |
Thrown when something goes wrong with Database#init.
|
DBCreateTableException |
Thrown when something goes wrong with creating tables with Table#createTable.
|
ParseException |
Exception thrown when Html page parsing fails.
|
PlanEnableException |
Thrown when something goes wrong with Plan initialization.
|
WebAPIConnectionFailException |
Thrown when WebAPI fails to connect.
|
WebAPIException |
Thrown when web api post request fails.
|
WebAPIForbiddenException |
Thrown when WebAPI gets a 403 response.
|
WebAPINotFoundException |
Thrown when WebAPI returns 404, usually when response is supposed to be false.
|
WebUserAuthException |
Thrown when WebUser can not be authorized (WebServer).
|
Copyright © 2017. All rights reserved.