public class DeleteRejectedByAssociationException
extends javax.xml.registry.InvalidRequestException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Constructor and Description |
---|
DeleteRejectedByAssociationException(java.lang.String errorMessage,
javax.xml.registry.infomodel.Association assoc)
Constructs a new DeleteRejectedByAssociationException.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.registry.infomodel.RegistryObject |
getAssociation()
Return the association that inhibits the delete operation.
|
getCause, getMessage, getRequestId, getStatus, initCause, isAvailable
public static final java.lang.String rcs_id
public DeleteRejectedByAssociationException(java.lang.String errorMessage, javax.xml.registry.infomodel.Association assoc)
errorMessage
- the error message stringassoc
- the association that inhibits the delete operation