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