public class InvalidReferenceException extends ImportValidationException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Constructor and Description |
---|
InvalidReferenceException(javax.xml.registry.infomodel.RegistryObject ro,
javax.xml.registry.infomodel.RegistryObject invalidObject)
Constructs a new InvalidReferenceException.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.registry.infomodel.RegistryObject |
getInvalidObject()
Return the object that causes the current problem, which is the
object from the import set that was found to be invalid.
|
java.lang.String |
toString() |
getObject
getCause, getMessage, getRequestId, getStatus, initCause, isAvailable
public static final java.lang.String rcs_id
public InvalidReferenceException(javax.xml.registry.infomodel.RegistryObject ro, javax.xml.registry.infomodel.RegistryObject invalidObject)
ro
- the object that cannot be importedinvalidObject
- the invalidObject that causes the failure of importing ropublic javax.xml.registry.infomodel.RegistryObject getInvalidObject()
public java.lang.String toString()
toString
in class ImportValidationException