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