public abstract class ImportValidationException
extends javax.xml.registry.JAXRException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Modifier | Constructor and Description |
---|---|
protected |
ImportValidationException(javax.xml.registry.infomodel.RegistryObject ro)
Construct a new ImportValidationException
|
Modifier and Type | Method and Description |
---|---|
javax.xml.registry.infomodel.RegistryObject |
getObject()
Return the object that is affected by the current problem, which is the
object from the import set that cannot be imported.
|
java.lang.String |
toString() |
getCause, getMessage, getRequestId, getStatus, initCause, isAvailable
public static final java.lang.String rcs_id
protected ImportValidationException(javax.xml.registry.infomodel.RegistryObject ro)
ro
- the object that cannot be importedpublic javax.xml.registry.infomodel.RegistryObject getObject()
public java.lang.String toString()
toString
in class java.lang.Throwable