public class DuplicateConceptException
extends javax.xml.registry.InvalidRequestException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Constructor and Description |
---|
DuplicateConceptException(java.lang.String errorMessage,
javax.xml.registry.infomodel.Concept concept)
Constructs a new DuplicateConceptException.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.registry.infomodel.RegistryObject |
getConcept()
Returns the concept that has a non-unique value.
|
getCause, getMessage, getRequestId, getStatus, initCause, isAvailable
public static final java.lang.String rcs_id
public DuplicateConceptException(java.lang.String errorMessage, javax.xml.registry.infomodel.Concept concept)
errorMessage
- the error message stringconcept
- the concept that has a non-unique value