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