Class FailedErrorPageDTO


public class FailedErrorPageDTO extends ErrorPageDTO
Represents a javax.servlet.Servlet service registered as an error page but currently not being used by a servlet context due to a problem.

As the servlet represented by this DTO is not used due to a failure, the field BaseServletDTO.servletContextId always returns 0 and does not point to an existing ServletContextHelper.

Author:
$Id: 825431b9b203fc72787b0f59e94a69c09d3669dc $