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