BBjJettyContextConfiguration::getErrorPageURI
Description
In BBj 19.01 and higher, this method returns the String value of the URI for the error page that will be shown for the given error code.
Syntax
Return Value | Method |
---|---|
String | getErrorPageURI(String errorCode) |
Parameters
Parameter | Description |
---|---|
errorCode | The error code. |
Return Value
this method returns the String value of the URI for the error page that will be shown for the given error code.
Remarks
The error pages are also shown in Enterprise Manger in the HTTP Error Pages settings, found by selecting Web >
Context Configuration.
Example
Version History
See Also
BBjJettyContextConfiguration::getDefaultErrorPage
BBjJettyContextConfiguration::getErrorPages
BBjJettyContextConfiguration::setDefaultErrorPage
BBjJettyContextConfiguration::setErrorPageURI
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.