public static final int GETINTERFACE_NOT_IMPLEMENTED = SUNVMCID.value + 203 ;
public NO_IMPLEMENT getinterfaceNotImplemented( CompletionStatus cs, Throwable t ) {
NO_IMPLEMENT exc = new NO_IMPLEMENT( GETINTERFACE_NOT_IMPLEMENTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.getinterfaceNotImplemented",
parameters, ORBUtilSystemException.class, exc ) ;