}
public static final int ORB_INITIALREFERENCE_SYNTAX = SUNVMCID.value + 219 ;
public DATA_CONVERSION orbInitialreferenceSyntax( CompletionStatus cs, Throwable t ) {
DATA_CONVERSION exc = new DATA_CONVERSION( ORB_INITIALREFERENCE_SYNTAX, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.orbInitialreferenceSyntax",
parameters, ORBUtilSystemException.class, exc ) ;