public FactMarshallingException(Object o, Throwable cause) {
   super("Error marshalling object: " + DroolsUtil.objectDetails(o), cause);
 }