throw new NoSuchAttributeFault(
getWsResource().getEndpointReference(),
attributeName);
} catch (InstanceNotFoundException exception)
{
throw new EntityInstanceNotFoundFault(
getWsResource().getEndpointReference(),
_objectName);
} catch (Exception exception)
{
LOGGER.error(