///////////////////////////////////////////////////////////
public static final int IOR_POLICY_RECONCILE_ERROR = OMGVMCID.value + 1 ;
public INV_POLICY iorPolicyReconcileError( CompletionStatus cs, Throwable t ) {
INV_POLICY exc = new INV_POLICY( IOR_POLICY_RECONCILE_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.iorPolicyReconcileError",
parameters, OMGSystemException.class, exc ) ;