Class ResourceProviderFailureDTO
java.lang.Object
org.apache.sling.api.resource.runtime.dto.ResourceProviderDTO
org.apache.sling.api.resource.runtime.dto.ResourceProviderFailureDTO
Represents a failed
org.apache.sling.spi.resource.provider.ResourceProvider
.
If the provider is failed, some of the properties of the ResourceProviderDTO
might be missing or invalid, e.g. ResourceProviderDTO.path
might contain
the empty path.- Since:
- 1.0.0 (Sling API Bundle 2.11.0)
-
Field Summary
Fields inherited from class org.apache.sling.api.resource.runtime.dto.ResourceProviderDTO
adaptable, attributable, authType, modifiable, name, path, refreshable, serviceId, supportsQueryLanguage, useResourceAccessSecurity
-
Constructor Summary
-
Method Summary
-
Field Details
-
reason
The reason for the failure.
-
-
Constructor Details
-
ResourceProviderFailureDTO
public ResourceProviderFailureDTO()
-