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