public class FailedResourceDTO extends ResourceDTO
As the resource represented by this DTO is not used due to a failure, the
field ResourceDTO.servletContextId
always returns 0
and
does not point to an existing servlet context.
Modifier and Type | Field and Description |
---|---|
int |
failureReason
The reason why the resource represented by this DTO is not used.
|
patterns, prefix, serviceId, servletContextId
Constructor and Description |
---|
FailedResourceDTO() |
public int failureReason
DTOConstants.FAILURE_REASON_UNKNOWN
,
DTOConstants.FAILURE_REASON_EXCEPTION_ON_INIT
,
DTOConstants.FAILURE_REASON_NO_SERVLET_CONTEXT_MATCHING
,
DTOConstants.FAILURE_REASON_SERVICE_NOT_GETTABLE
,
DTOConstants.FAILURE_REASON_SERVLET_CONTEXT_FAILURE
,
DTOConstants.FAILURE_REASON_SHADOWED_BY_OTHER_SERVICE
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0