public class ConflictingStateException extends ImportValidationException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Constructor and Description |
---|
ConflictingStateException(RegistryObject ro,
RegistryObject conflictingObject)
Constructs a new ConflictingStateException.
|
Modifier and Type | Method and Description |
---|---|
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
public static final java.lang.String rcs_id
public ConflictingStateException(RegistryObject ro, RegistryObject conflictingObject)
ro
- the object that cannot be importedconflictingObject
- the object that causes the conflictpublic RegistryObject getConflictingObject()
public java.lang.String toString()
toString
in class ImportValidationException