minimumResponseTimeExceededMsg

minimumResponseTimeExceededMsg(): String;

The minimumResponseTimeExceededMsg method of the Application class returns a default HTML string of the receiver to a Web browser user when the maximum wait time contained in the Application class webMinimumResponseTime property is exceeded.

For example, the default HTML message is sent to the Web browser user if the JADE application hangs and therefore does not return a response to the Web browser within the specified number of seconds.

You can override this method in the Application subclass of your user-defined schema. However, if you override this method, it is your responsibility to ensure that the returned string is a correctly formatted HTML string.