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