net.shibboleth.metadata
Class ErrorStatus
java.lang.Object
net.shibboleth.metadata.StatusMetadata
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Serial version UID.
- See Also:
- Constant Field Values
ErrorStatus
public ErrorStatus(@Nonnull@NotEmpty
String componentId,
@Nonnull@NotEmpty
String statusMessage)
- Constructor.
- Parameters:
componentId - ID of the component creating the status message, never null or emptystatusMessage - the status message, never null or empty
Copyright © 1999-2012. All Rights Reserved.