124125126127128129130131132
} message.setContent(Exception.class, (Exception) e); } } catch (java.lang.Exception ex) { LOG.log(Level.SEVERE, "CORBA unmarshalFault exception", ex); throw new CorbaBindingException("CORBA unmarshalFault exception", ex); } }