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