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