relId );
if ( data == null )
{
throw new NotFoundException( "Relationship[" + relId + "]" );
}
int typeId = data.relationshipType();
RelationshipType type = getRelationshipTypeById( typeId );
if ( type == null )
{
throw new NotFoundException( "Relationship[" + data.getId()
+ "] exist but relationship type[" + typeId