Skip directly to searchSkip directly to the site navigationSkip directly to the page's main content

View System Documentation - Handling System Errors

This page describes how the system handles errors. Listed below are the types of system errors:

HTTP Errors Defined in WEB-INF/web.xml

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