Package org.omg.CORBA

Examples of org.omg.CORBA.INTERNAL.initCause()


    public static final int THREAD_GROUP_DESTROY_FAILED = SUNVMCID.value + 330 ;
   
    public INTERNAL threadGroupDestroyFailed( CompletionStatus cs, Throwable t, Object arg0) {
        INTERNAL exc = new INTERNAL( THREAD_GROUP_DESTROY_FAILED, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = new Object[1] ;
            parameters[0] = arg0 ;
            doLog( Level.WARNING, "ORBUTIL.threadGroupDestroyFailed",
View Full Code Here


    public static final int INTERRUPTED_JOIN_CALL_WHILE_CLOSING_THREAD_POOL = SUNVMCID.value + 331 ;
   
    public INTERNAL interruptedJoinCallWhileClosingThreadPool( CompletionStatus cs, Throwable t, Object arg0, Object arg1) {
        INTERNAL exc = new INTERNAL( INTERRUPTED_JOIN_CALL_WHILE_CLOSING_THREAD_POOL, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = new Object[2] ;
            parameters[0] = arg0 ;
            parameters[1] = arg1 ;
View Full Code Here

    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 ) ;
View Full Code Here

    public static final int BAD_CODE_SET_STRING = SUNVMCID.value + 266 ;
   
    public INTERNAL badCodeSetString( CompletionStatus cs, Throwable t ) {
        INTERNAL exc = new INTERNAL( BAD_CODE_SET_STRING, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "ORBUTIL.badCodeSetString",
                parameters, ORBUtilSystemException.class, exc ) ;
View Full Code Here

    public static final int UNKNOWN_NATIVE_CODESET = SUNVMCID.value + 267 ;
   
    public INTERNAL unknownNativeCodeset( CompletionStatus cs, Throwable t, Object arg0) {
        INTERNAL exc = new INTERNAL( UNKNOWN_NATIVE_CODESET, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = new Object[1] ;
            parameters[0] = arg0 ;
            doLog( Level.WARNING, "ORBUTIL.unknownNativeCodeset",
View Full Code Here

    public static final int UNKNOWN_CONVERSION_CODE_SET = SUNVMCID.value + 268 ;
   
    public INTERNAL unknownConversionCodeSet( CompletionStatus cs, Throwable t, Object arg0) {
        INTERNAL exc = new INTERNAL( UNKNOWN_CONVERSION_CODE_SET, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = new Object[1] ;
            parameters[0] = arg0 ;
            doLog( Level.WARNING, "ORBUTIL.unknownConversionCodeSet",
View Full Code Here

    public static final int INVALID_CODE_SET_NUMBER = SUNVMCID.value + 269 ;
   
    public INTERNAL invalidCodeSetNumber( CompletionStatus cs, Throwable t ) {
        INTERNAL exc = new INTERNAL( INVALID_CODE_SET_NUMBER, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "ORBUTIL.invalidCodeSetNumber",
                parameters, ORBUtilSystemException.class, exc ) ;
View Full Code Here

    public static final int INVALID_CODE_SET_STRING = SUNVMCID.value + 270 ;
   
    public INTERNAL invalidCodeSetString( CompletionStatus cs, Throwable t, Object arg0) {
        INTERNAL exc = new INTERNAL( INVALID_CODE_SET_STRING, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = new Object[1] ;
            parameters[0] = arg0 ;
            doLog( Level.WARNING, "ORBUTIL.invalidCodeSetString",
View Full Code Here

    public static final int INVALID_CTB_CONVERTER_NAME = SUNVMCID.value + 271 ;
   
    public INTERNAL invalidCtbConverterName( CompletionStatus cs, Throwable t, Object arg0) {
        INTERNAL exc = new INTERNAL( INVALID_CTB_CONVERTER_NAME, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = new Object[1] ;
            parameters[0] = arg0 ;
            doLog( Level.WARNING, "ORBUTIL.invalidCtbConverterName",
View Full Code Here

    public static final int INVALID_BTC_CONVERTER_NAME = SUNVMCID.value + 272 ;
   
    public INTERNAL invalidBtcConverterName( CompletionStatus cs, Throwable t, Object arg0) {
        INTERNAL exc = new INTERNAL( INVALID_BTC_CONVERTER_NAME, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = new Object[1] ;
            parameters[0] = arg0 ;
            doLog( Level.WARNING, "ORBUTIL.invalidBtcConverterName",
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.