FileDocCategorySizeDatePackage
NamingSystemException.javaAPI DocJava SE 5 API25798Fri Aug 26 17:56:24 BST 2005com.sun.corba.se.impl.logging

NamingSystemException

public class NamingSystemException extends com.sun.corba.se.spi.logging.LogWrapperBase

Fields Summary
private static com.sun.corba.se.spi.logging.LogWrapperFactory
factory
public static final int
TRANSIENT_NAME_SERVER_BAD_PORT
public static final int
TRANSIENT_NAME_SERVER_BAD_HOST
public static final int
OBJECT_IS_NULL
public static final int
INS_BAD_ADDRESS
public static final int
BIND_UPDATE_CONTEXT_FAILED
public static final int
BIND_FAILURE
public static final int
RESOLVE_CONVERSION_FAILURE
public static final int
RESOLVE_FAILURE
public static final int
UNBIND_FAILURE
public static final int
TRANS_NS_CANNOT_CREATE_INITIAL_NC_SYS
public static final int
TRANS_NS_CANNOT_CREATE_INITIAL_NC
public static final int
NAMING_CTX_REBIND_ALREADY_BOUND
public static final int
NAMING_CTX_REBINDCTX_ALREADY_BOUND
public static final int
NAMING_CTX_BAD_BINDINGTYPE
public static final int
NAMING_CTX_RESOLVE_CANNOT_NARROW_TO_CTX
public static final int
NAMING_CTX_BINDING_ITERATOR_CREATE
public static final int
TRANS_NC_BIND_ALREADY_BOUND
public static final int
TRANS_NC_LIST_GOT_EXC
public static final int
TRANS_NC_NEWCTX_GOT_EXC
public static final int
TRANS_NC_DESTROY_GOT_EXC
public static final int
INS_BAD_SCHEME_NAME
public static final int
INS_BAD_SCHEME_SPECIFIC_PART
public static final int
INS_OTHER
Constructors Summary
public NamingSystemException(Logger logger)

        super( logger ) ;
    
Methods Summary
public org.omg.CORBA.UNKNOWNbindFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        UNKNOWN exc = new UNKNOWN( BIND_FAILURE, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.bindFailure",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.UNKNOWNbindFailure(org.omg.CORBA.CompletionStatus cs)

        return bindFailure( cs, null  ) ;
    
public org.omg.CORBA.UNKNOWNbindFailure(java.lang.Throwable t)

        return bindFailure( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.UNKNOWNbindFailure()

        return bindFailure( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.UNKNOWNbindUpdateContextFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        UNKNOWN exc = new UNKNOWN( BIND_UPDATE_CONTEXT_FAILED, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.bindUpdateContextFailed",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.UNKNOWNbindUpdateContextFailed(org.omg.CORBA.CompletionStatus cs)

        return bindUpdateContextFailed( cs, null  ) ;
    
public org.omg.CORBA.UNKNOWNbindUpdateContextFailed(java.lang.Throwable t)

        return bindUpdateContextFailed( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.UNKNOWNbindUpdateContextFailed()

        return bindUpdateContextFailed( CompletionStatus.COMPLETED_NO, null  ) ;
    
public static com.sun.corba.se.impl.logging.NamingSystemExceptionget(com.sun.corba.se.spi.orb.ORB orb, java.lang.String logDomain)

    
            
    
        NamingSystemException wrapper = 
            (NamingSystemException) orb.getLogWrapper( logDomain, 
                "NAMING", factory ) ;
        return wrapper ;
    
public static com.sun.corba.se.impl.logging.NamingSystemExceptionget(java.lang.String logDomain)

        NamingSystemException wrapper = 
            (NamingSystemException) ORB.staticGetLogWrapper( logDomain, 
                "NAMING", factory ) ;
        return wrapper ;
    
public org.omg.CORBA.BAD_PARAMinsBadAddress(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        BAD_PARAM exc = new BAD_PARAM( INS_BAD_ADDRESS, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.insBadAddress",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.BAD_PARAMinsBadAddress(org.omg.CORBA.CompletionStatus cs)

        return insBadAddress( cs, null  ) ;
    
public org.omg.CORBA.BAD_PARAMinsBadAddress(java.lang.Throwable t)

        return insBadAddress( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.BAD_PARAMinsBadAddress()

        return insBadAddress( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALinsBadSchemeName(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( INS_BAD_SCHEME_NAME, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.insBadSchemeName",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALinsBadSchemeName(org.omg.CORBA.CompletionStatus cs)

        return insBadSchemeName( cs, null  ) ;
    
public org.omg.CORBA.INTERNALinsBadSchemeName(java.lang.Throwable t)

        return insBadSchemeName( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALinsBadSchemeName()

        return insBadSchemeName( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALinsBadSchemeSpecificPart(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( INS_BAD_SCHEME_SPECIFIC_PART, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.insBadSchemeSpecificPart",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALinsBadSchemeSpecificPart(org.omg.CORBA.CompletionStatus cs)

        return insBadSchemeSpecificPart( cs, null  ) ;
    
public org.omg.CORBA.INTERNALinsBadSchemeSpecificPart(java.lang.Throwable t)

        return insBadSchemeSpecificPart( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALinsBadSchemeSpecificPart()

        return insBadSchemeSpecificPart( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALinsOther(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( INS_OTHER, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.insOther",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALinsOther(org.omg.CORBA.CompletionStatus cs)

        return insOther( cs, null  ) ;
    
public org.omg.CORBA.INTERNALinsOther(java.lang.Throwable t)

        return insOther( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALinsOther()

        return insOther( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxBadBindingtype(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( NAMING_CTX_BAD_BINDINGTYPE, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.namingCtxBadBindingtype",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALnamingCtxBadBindingtype(org.omg.CORBA.CompletionStatus cs)

        return namingCtxBadBindingtype( cs, null  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxBadBindingtype(java.lang.Throwable t)

        return namingCtxBadBindingtype( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxBadBindingtype()

        return namingCtxBadBindingtype( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxBindingIteratorCreate(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( NAMING_CTX_BINDING_ITERATOR_CREATE, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.namingCtxBindingIteratorCreate",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALnamingCtxBindingIteratorCreate(org.omg.CORBA.CompletionStatus cs)

        return namingCtxBindingIteratorCreate( cs, null  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxBindingIteratorCreate(java.lang.Throwable t)

        return namingCtxBindingIteratorCreate( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxBindingIteratorCreate()

        return namingCtxBindingIteratorCreate( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxRebindAlreadyBound(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( NAMING_CTX_REBIND_ALREADY_BOUND, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.namingCtxRebindAlreadyBound",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALnamingCtxRebindAlreadyBound(org.omg.CORBA.CompletionStatus cs)

        return namingCtxRebindAlreadyBound( cs, null  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxRebindAlreadyBound(java.lang.Throwable t)

        return namingCtxRebindAlreadyBound( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxRebindAlreadyBound()

        return namingCtxRebindAlreadyBound( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxRebindctxAlreadyBound(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( NAMING_CTX_REBINDCTX_ALREADY_BOUND, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.namingCtxRebindctxAlreadyBound",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALnamingCtxRebindctxAlreadyBound(org.omg.CORBA.CompletionStatus cs)

        return namingCtxRebindctxAlreadyBound( cs, null  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxRebindctxAlreadyBound(java.lang.Throwable t)

        return namingCtxRebindctxAlreadyBound( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxRebindctxAlreadyBound()

        return namingCtxRebindctxAlreadyBound( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxResolveCannotNarrowToCtx(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( NAMING_CTX_RESOLVE_CANNOT_NARROW_TO_CTX, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.namingCtxResolveCannotNarrowToCtx",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALnamingCtxResolveCannotNarrowToCtx(org.omg.CORBA.CompletionStatus cs)

        return namingCtxResolveCannotNarrowToCtx( cs, null  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxResolveCannotNarrowToCtx(java.lang.Throwable t)

        return namingCtxResolveCannotNarrowToCtx( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALnamingCtxResolveCannotNarrowToCtx()

        return namingCtxResolveCannotNarrowToCtx( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.BAD_PARAMobjectIsNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        BAD_PARAM exc = new BAD_PARAM( OBJECT_IS_NULL, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.objectIsNull",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.BAD_PARAMobjectIsNull(org.omg.CORBA.CompletionStatus cs)

        return objectIsNull( cs, null  ) ;
    
public org.omg.CORBA.BAD_PARAMobjectIsNull(java.lang.Throwable t)

        return objectIsNull( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.BAD_PARAMobjectIsNull()

        return objectIsNull( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.UNKNOWNresolveConversionFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        UNKNOWN exc = new UNKNOWN( RESOLVE_CONVERSION_FAILURE, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.resolveConversionFailure",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.UNKNOWNresolveConversionFailure(org.omg.CORBA.CompletionStatus cs)

        return resolveConversionFailure( cs, null  ) ;
    
public org.omg.CORBA.UNKNOWNresolveConversionFailure(java.lang.Throwable t)

        return resolveConversionFailure( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.UNKNOWNresolveConversionFailure()

        return resolveConversionFailure( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.UNKNOWNresolveFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        UNKNOWN exc = new UNKNOWN( RESOLVE_FAILURE, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.resolveFailure",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.UNKNOWNresolveFailure(org.omg.CORBA.CompletionStatus cs)

        return resolveFailure( cs, null  ) ;
    
public org.omg.CORBA.UNKNOWNresolveFailure(java.lang.Throwable t)

        return resolveFailure( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.UNKNOWNresolveFailure()

        return resolveFailure( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALtransNcBindAlreadyBound(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( TRANS_NC_BIND_ALREADY_BOUND, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.transNcBindAlreadyBound",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALtransNcBindAlreadyBound(org.omg.CORBA.CompletionStatus cs)

        return transNcBindAlreadyBound( cs, null  ) ;
    
public org.omg.CORBA.INTERNALtransNcBindAlreadyBound(java.lang.Throwable t)

        return transNcBindAlreadyBound( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALtransNcBindAlreadyBound()

        return transNcBindAlreadyBound( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALtransNcDestroyGotExc(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( TRANS_NC_DESTROY_GOT_EXC, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.transNcDestroyGotExc",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALtransNcDestroyGotExc(org.omg.CORBA.CompletionStatus cs)

        return transNcDestroyGotExc( cs, null  ) ;
    
public org.omg.CORBA.INTERNALtransNcDestroyGotExc(java.lang.Throwable t)

        return transNcDestroyGotExc( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALtransNcDestroyGotExc()

        return transNcDestroyGotExc( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALtransNcListGotExc(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( TRANS_NC_LIST_GOT_EXC, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.transNcListGotExc",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALtransNcListGotExc(org.omg.CORBA.CompletionStatus cs)

        return transNcListGotExc( cs, null  ) ;
    
public org.omg.CORBA.INTERNALtransNcListGotExc(java.lang.Throwable t)

        return transNcListGotExc( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALtransNcListGotExc()

        return transNcListGotExc( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALtransNcNewctxGotExc(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( TRANS_NC_NEWCTX_GOT_EXC, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.transNcNewctxGotExc",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALtransNcNewctxGotExc(org.omg.CORBA.CompletionStatus cs)

        return transNcNewctxGotExc( cs, null  ) ;
    
public org.omg.CORBA.INTERNALtransNcNewctxGotExc(java.lang.Throwable t)

        return transNcNewctxGotExc( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALtransNcNewctxGotExc()

        return transNcNewctxGotExc( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INITIALIZEtransNsCannotCreateInitialNc(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INITIALIZE exc = new INITIALIZE( TRANS_NS_CANNOT_CREATE_INITIAL_NC, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.transNsCannotCreateInitialNc",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INITIALIZEtransNsCannotCreateInitialNc(org.omg.CORBA.CompletionStatus cs)

        return transNsCannotCreateInitialNc( cs, null  ) ;
    
public org.omg.CORBA.INITIALIZEtransNsCannotCreateInitialNc(java.lang.Throwable t)

        return transNsCannotCreateInitialNc( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INITIALIZEtransNsCannotCreateInitialNc()

        return transNsCannotCreateInitialNc( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INITIALIZEtransNsCannotCreateInitialNcSys(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INITIALIZE exc = new INITIALIZE( TRANS_NS_CANNOT_CREATE_INITIAL_NC_SYS, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.transNsCannotCreateInitialNcSys",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INITIALIZEtransNsCannotCreateInitialNcSys(org.omg.CORBA.CompletionStatus cs)

        return transNsCannotCreateInitialNcSys( cs, null  ) ;
    
public org.omg.CORBA.INITIALIZEtransNsCannotCreateInitialNcSys(java.lang.Throwable t)

        return transNsCannotCreateInitialNcSys( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INITIALIZEtransNsCannotCreateInitialNcSys()

        return transNsCannotCreateInitialNcSys( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.BAD_PARAMtransientNameServerBadHost(java.lang.Throwable t)

        return transientNameServerBadHost( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.BAD_PARAMtransientNameServerBadHost()

        return transientNameServerBadHost( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.BAD_PARAMtransientNameServerBadHost(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        BAD_PARAM exc = new BAD_PARAM( TRANSIENT_NAME_SERVER_BAD_HOST, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.transientNameServerBadHost",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.BAD_PARAMtransientNameServerBadHost(org.omg.CORBA.CompletionStatus cs)

        return transientNameServerBadHost( cs, null  ) ;
    
public org.omg.CORBA.BAD_PARAMtransientNameServerBadPort(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        BAD_PARAM exc = new BAD_PARAM( TRANSIENT_NAME_SERVER_BAD_PORT, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.transientNameServerBadPort",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.BAD_PARAMtransientNameServerBadPort(org.omg.CORBA.CompletionStatus cs)

        return transientNameServerBadPort( cs, null  ) ;
    
public org.omg.CORBA.BAD_PARAMtransientNameServerBadPort(java.lang.Throwable t)

        return transientNameServerBadPort( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.BAD_PARAMtransientNameServerBadPort()

        return transientNameServerBadPort( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.UNKNOWNunbindFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        UNKNOWN exc = new UNKNOWN( UNBIND_FAILURE, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "NAMING.unbindFailure",
                parameters, NamingSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.UNKNOWNunbindFailure(org.omg.CORBA.CompletionStatus cs)

        return unbindFailure( cs, null  ) ;
    
public org.omg.CORBA.UNKNOWNunbindFailure(java.lang.Throwable t)

        return unbindFailure( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.UNKNOWNunbindFailure()

        return unbindFailure( CompletionStatus.COMPLETED_NO, null  ) ;