⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 orbutilsystemexception.java

📁 java1.6众多例子参考
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
        
        if (logger.isLoggable( Level.FINE )) {
            Object[] parameters = new Object[2] ;
            parameters[0] = arg0 ;
            parameters[1] = arg1 ;
            doLog( Level.FINE, "ORBUTIL.methodNotFoundInTie",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION methodNotFoundInTie( CompletionStatus cs, Object arg0, Object arg1) {
        return methodNotFoundInTie( cs, null, arg0, arg1 ) ;
    }
    
    public BAD_OPERATION methodNotFoundInTie( Throwable t, Object arg0, Object arg1) {
        return methodNotFoundInTie( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
    }
    
    public BAD_OPERATION methodNotFoundInTie(  Object arg0, Object arg1) {
        return methodNotFoundInTie( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
    }
    
    public static final int CLASS_NOT_FOUND1 = SUNVMCID.value + 233 ;
    
    public BAD_OPERATION classNotFound1( CompletionStatus cs, Throwable t, Object arg0) {
        BAD_OPERATION exc = new BAD_OPERATION( CLASS_NOT_FOUND1, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.FINE )) {
            Object[] parameters = new Object[1] ;
            parameters[0] = arg0 ;
            doLog( Level.FINE, "ORBUTIL.classNotFound1",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION classNotFound1( CompletionStatus cs, Object arg0) {
        return classNotFound1( cs, null, arg0 ) ;
    }
    
    public BAD_OPERATION classNotFound1( Throwable t, Object arg0) {
        return classNotFound1( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
    }
    
    public BAD_OPERATION classNotFound1(  Object arg0) {
        return classNotFound1( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
    }
    
    public static final int CLASS_NOT_FOUND2 = SUNVMCID.value + 234 ;
    
    public BAD_OPERATION classNotFound2( CompletionStatus cs, Throwable t, Object arg0) {
        BAD_OPERATION exc = new BAD_OPERATION( CLASS_NOT_FOUND2, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.FINE )) {
            Object[] parameters = new Object[1] ;
            parameters[0] = arg0 ;
            doLog( Level.FINE, "ORBUTIL.classNotFound2",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION classNotFound2( CompletionStatus cs, Object arg0) {
        return classNotFound2( cs, null, arg0 ) ;
    }
    
    public BAD_OPERATION classNotFound2( Throwable t, Object arg0) {
        return classNotFound2( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
    }
    
    public BAD_OPERATION classNotFound2(  Object arg0) {
        return classNotFound2( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
    }
    
    public static final int CLASS_NOT_FOUND3 = SUNVMCID.value + 235 ;
    
    public BAD_OPERATION classNotFound3( CompletionStatus cs, Throwable t, Object arg0) {
        BAD_OPERATION exc = new BAD_OPERATION( CLASS_NOT_FOUND3, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.FINE )) {
            Object[] parameters = new Object[1] ;
            parameters[0] = arg0 ;
            doLog( Level.FINE, "ORBUTIL.classNotFound3",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION classNotFound3( CompletionStatus cs, Object arg0) {
        return classNotFound3( cs, null, arg0 ) ;
    }
    
    public BAD_OPERATION classNotFound3( Throwable t, Object arg0) {
        return classNotFound3( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
    }
    
    public BAD_OPERATION classNotFound3(  Object arg0) {
        return classNotFound3( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
    }
    
    public static final int GET_DELEGATE_SERVANT_NOT_ACTIVE = SUNVMCID.value + 236 ;
    
    public BAD_OPERATION getDelegateServantNotActive( CompletionStatus cs, Throwable t ) {
        BAD_OPERATION exc = new BAD_OPERATION( GET_DELEGATE_SERVANT_NOT_ACTIVE, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "ORBUTIL.getDelegateServantNotActive",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION getDelegateServantNotActive( CompletionStatus cs ) {
        return getDelegateServantNotActive( cs, null  ) ;
    }
    
    public BAD_OPERATION getDelegateServantNotActive( Throwable t ) {
        return getDelegateServantNotActive( CompletionStatus.COMPLETED_NO, t  ) ;
    }
    
    public BAD_OPERATION getDelegateServantNotActive(  ) {
        return getDelegateServantNotActive( CompletionStatus.COMPLETED_NO, null  ) ;
    }
    
    public static final int GET_DELEGATE_WRONG_POLICY = SUNVMCID.value + 237 ;
    
    public BAD_OPERATION getDelegateWrongPolicy( CompletionStatus cs, Throwable t ) {
        BAD_OPERATION exc = new BAD_OPERATION( GET_DELEGATE_WRONG_POLICY, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "ORBUTIL.getDelegateWrongPolicy",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION getDelegateWrongPolicy( CompletionStatus cs ) {
        return getDelegateWrongPolicy( cs, null  ) ;
    }
    
    public BAD_OPERATION getDelegateWrongPolicy( Throwable t ) {
        return getDelegateWrongPolicy( CompletionStatus.COMPLETED_NO, t  ) ;
    }
    
    public BAD_OPERATION getDelegateWrongPolicy(  ) {
        return getDelegateWrongPolicy( CompletionStatus.COMPLETED_NO, null  ) ;
    }
    
    public static final int SET_DELEGATE_REQUIRES_STUB = SUNVMCID.value + 238 ;
    
    public BAD_OPERATION setDelegateRequiresStub( CompletionStatus cs, Throwable t ) {
        BAD_OPERATION exc = new BAD_OPERATION( SET_DELEGATE_REQUIRES_STUB, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.FINE )) {
            Object[] parameters = null ;
            doLog( Level.FINE, "ORBUTIL.setDelegateRequiresStub",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION setDelegateRequiresStub( CompletionStatus cs ) {
        return setDelegateRequiresStub( cs, null  ) ;
    }
    
    public BAD_OPERATION setDelegateRequiresStub( Throwable t ) {
        return setDelegateRequiresStub( CompletionStatus.COMPLETED_NO, t  ) ;
    }
    
    public BAD_OPERATION setDelegateRequiresStub(  ) {
        return setDelegateRequiresStub( CompletionStatus.COMPLETED_NO, null  ) ;
    }
    
    public static final int GET_DELEGATE_REQUIRES_STUB = SUNVMCID.value + 239 ;
    
    public BAD_OPERATION getDelegateRequiresStub( CompletionStatus cs, Throwable t ) {
        BAD_OPERATION exc = new BAD_OPERATION( GET_DELEGATE_REQUIRES_STUB, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "ORBUTIL.getDelegateRequiresStub",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION getDelegateRequiresStub( CompletionStatus cs ) {
        return getDelegateRequiresStub( cs, null  ) ;
    }
    
    public BAD_OPERATION getDelegateRequiresStub( Throwable t ) {
        return getDelegateRequiresStub( CompletionStatus.COMPLETED_NO, t  ) ;
    }
    
    public BAD_OPERATION getDelegateRequiresStub(  ) {
        return getDelegateRequiresStub( CompletionStatus.COMPLETED_NO, null  ) ;
    }
    
    public static final int GET_TYPE_IDS_REQUIRES_STUB = SUNVMCID.value + 240 ;
    
    public BAD_OPERATION getTypeIdsRequiresStub( CompletionStatus cs, Throwable t ) {
        BAD_OPERATION exc = new BAD_OPERATION( GET_TYPE_IDS_REQUIRES_STUB, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "ORBUTIL.getTypeIdsRequiresStub",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION getTypeIdsRequiresStub( CompletionStatus cs ) {
        return getTypeIdsRequiresStub( cs, null  ) ;
    }
    
    public BAD_OPERATION getTypeIdsRequiresStub( Throwable t ) {
        return getTypeIdsRequiresStub( CompletionStatus.COMPLETED_NO, t  ) ;
    }
    
    public BAD_OPERATION getTypeIdsRequiresStub(  ) {
        return getTypeIdsRequiresStub( CompletionStatus.COMPLETED_NO, null  ) ;
    }
    
    public static final int GET_ORB_REQUIRES_STUB = SUNVMCID.value + 241 ;
    
    public BAD_OPERATION getOrbRequiresStub( CompletionStatus cs, Throwable t ) {
        BAD_OPERATION exc = new BAD_OPERATION( GET_ORB_REQUIRES_STUB, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "ORBUTIL.getOrbRequiresStub",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION getOrbRequiresStub( CompletionStatus cs ) {
        return getOrbRequiresStub( cs, null  ) ;
    }
    
    public BAD_OPERATION getOrbRequiresStub( Throwable t ) {
        return getOrbRequiresStub( CompletionStatus.COMPLETED_NO, t  ) ;
    }
    
    public BAD_OPERATION getOrbRequiresStub(  ) {
        return getOrbRequiresStub( CompletionStatus.COMPLETED_NO, null  ) ;
    }
    
    public static final int CONNECT_REQUIRES_STUB = SUNVMCID.value + 242 ;
    
    public BAD_OPERATION connectRequiresStub( CompletionStatus cs, Throwable t ) {
        BAD_OPERATION exc = new BAD_OPERATION( CONNECT_REQUIRES_STUB, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "ORBUTIL.connectRequiresStub",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION connectRequiresStub( CompletionStatus cs ) {
        return connectRequiresStub( cs, null  ) ;
    }
    
    public BAD_OPERATION connectRequiresStub( Throwable t ) {
        return connectRequiresStub( CompletionStatus.COMPLETED_NO, t  ) ;
    }
    
    public BAD_OPERATION connectRequiresStub(  ) {
        return connectRequiresStub( CompletionStatus.COMPLETED_NO, null  ) ;
    }
    
    public static final int IS_LOCAL_REQUIRES_STUB = SUNVMCID.value + 243 ;
    
    public BAD_OPERATION isLocalRequiresStub( CompletionStatus cs, Throwable t ) {
        BAD_OPERATION exc = new BAD_OPERATION( IS_LOCAL_REQUIRES_STUB, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "ORBUTIL.isLocalRequiresStub",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }
    
    public BAD_OPERATION isLocalRequiresStub( CompletionStatus cs ) {
        return isLocalRequiresStub( cs, null  ) ;
    }
    
    public BAD_OPERATION isLocalRequiresStub( Throwable t ) {
        return isLocalRequiresStub( CompletionStatus.COMPLETED_NO, t  ) ;
    }
    
    public BAD_OPERATION isLocalRequiresStub(  ) {
        return isLocalRequiresStub( CompletionStatus.COMPLETED_NO, null  ) ;
    }
    
    public static final int REQUEST_REQUIRES_STUB = SUNVMCID.value + 244 ;
    
    public BAD_OPERATION requestRequiresStub( CompletionStatus cs, Throwable t ) {
        BAD_OPERATION exc = new BAD_OPERATION( REQUEST_REQUIRES_STUB, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "ORBUTIL.requestRequiresStub",
                parameters, ORBUtilSystemException.class, exc ) ;
        }
        
        return exc ;
    }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -