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