public class ConflictingStateException extends ImportValidationException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Constructor and Description |
---|
ConflictingStateException(javax.xml.registry.infomodel.RegistryObject ro,
javax.xml.registry.infomodel.RegistryObject conflictingObject)
Constructs a new ConflictingStateException.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.registry.infomodel.RegistryObject |
getConflictingObject()
Return the object that caused this conflict, which is the persistent object
that is in the way with a non-matching state when trying to import.
|
java.lang.String |
toString() |
getObject
getCause, getMessage, getRequestId, getStatus, initCause, isAvailable
public static final java.lang.String rcs_id
public ConflictingStateException(javax.xml.registry.infomodel.RegistryObject ro, javax.xml.registry.infomodel.RegistryObject conflictingObject)
ro
- the object that cannot be importedconflictingObject
- the object that causes the conflictpublic javax.xml.registry.infomodel.RegistryObject getConflictingObject()
public java.lang.String toString()
toString
in class ImportValidationException