net.shibboleth.metadata
Class ErrorStatus

java.lang.Object
  extended by net.shibboleth.metadata.StatusMetadata
      extended by net.shibboleth.metadata.ErrorStatus
All Implemented Interfaces:
Serializable, ItemMetadata

public class ErrorStatus
extends StatusMetadata

A type of StatusMetadata that indicates something is definitely wrong with the Item.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial version UID.
 
Constructor Summary
ErrorStatus(String componentId, String statusMessage)
          Constructor.
 
Method Summary
 
Methods inherited from class net.shibboleth.metadata.StatusMetadata
getComponentId, getStatusMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version UID.

See Also:
Constant Field Values
Constructor Detail

ErrorStatus

public ErrorStatus(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


Copyright © 2009-2011. All Rights Reserved.