|
|
This page describes how the system handles errors. Listed below are the
types of system errors:
HTTP Errors Defined in WEB-INF/web.xml
| 401 |
Unauthorized requested resource |
| 403 |
Forbidden resource - refused |
| 404 |
Resource not found |
| 405 |
Unsupported method for this URL |
| 406 |
The requested resource exists, but not in a format/type that your browser will accept. |
| 407 |
The proxy server needs authorization before it can proceed. |
| 408 |
Request timed out. The resource is in use or is temporarily unavailable or there is a network problem. |
| 414 |
The requested URI (URL) is too long for the server to handle. |
| 415 |
The server can not process the request because the request body is in an unsupported media format. |
| 500 |
An unexpected error occurred inside the server that prevented it from fulfilling the request. |
| 501 |
Requested function is not implemented by this application on this server. |
| 502 |
Bad internet gateway. A server acting as a gateway or proxy did not receive a valid response from an upstream server. |
| 503 |
The service (server) is temporarily unavailable but should be restored in the future. |
| 504 |
A gateway timeout error has occurred. A server acting as a gateway or proxy did not receive a valid response in time. |
| 505 |
The server does not support the version of the HTTP protocol used in the request. |
| java.lang.Throwable |
Uncaught System Run Time Exception |
|