185186187188189190191
if (node != null) { fault.getAny().add(node); } } return new CmisException(fault.getMessage(), fault, ex); }
178179180181182183184
} else if (ex instanceof CmisVersioningException) { fault.setType(EnumServiceException.VERSIONING); } } return new CmisException(fault.getMessage(), fault, ex); }
150151152153154155156
210211212213214215216
154155156157158159160