Class ErrorStatus

java.lang.Object
net.shibboleth.metadata.StatusMetadata
net.shibboleth.metadata.ErrorStatus
All Implemented Interfaces:
ItemMetadata

@Immutable public non-sealed class ErrorStatus extends StatusMetadata
A type of StatusMetadata that indicates something is definitely wrong with the Item.
  • Constructor Details

    • ErrorStatus

      public ErrorStatus(@Nonnull String componentId, String statusMessage)
      Constructor.
      Parameters:
      componentId - ID of the component creating the status message, never null or empty
      statusMessage - the status message, never null or empty