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