Package net.shibboleth.metadata
Class ErrorStatus
java.lang.Object
net.shibboleth.metadata.StatusMetadata
net.shibboleth.metadata.ErrorStatus
- All Implemented Interfaces:
ItemMetadata
A type of
StatusMetadata that indicates something is definitely wrong with the Item.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.metadata.StatusMetadata
getComponentId, getStatusMessage
-
Constructor Details
-
ErrorStatus
Constructor.- Parameters:
componentId- ID of the component creating the status message, never null or emptystatusMessage- the status message, never null or empty
-