Interface NamingSystemException

    • Method Detail

      • transientNameServerBadPort

        @Log(level=WARNING,
             id=0)
        @Message("Port 0 is not a valid port in the transient name server")
        BAD_PARAM transientNameServerBadPort()
      • transientNameServerBadHost

        @Log(level=WARNING,
             id=1)
        @Message("A null hostname is not a valid hostname in the transient name server")
        BAD_PARAM transientNameServerBadHost()
      • objectIsNull

        @Log(level=WARNING,
             id=2)
        @Message("Object is null")
        BAD_PARAM objectIsNull()
      • insBadAddress

        @Log(level=WARNING,
             id=3)
        @Message("Bad host address in -ORBInitDef")
        BAD_PARAM insBadAddress()
      • bindUpdateContextFailed

        @Log(level=WARNING,
             id=0)
        @Message("Updated context failed for bind")
        UNKNOWN bindUpdateContextFailed​(@Chain
                                        java.lang.Exception exc)
      • bindFailure

        @Log(level=WARNING,
             id=1)
        @Message("bind failure")
        UNKNOWN bindFailure​(@Chain
                            java.lang.Exception exc)
      • resolveConversionFailure

        @Log(level=WARNING,
             id=2)
        @Message("Resolve conversion failed")
        @CS(MAYBE)
        UNKNOWN resolveConversionFailure​(@Chain
                                         java.lang.Exception exc)
      • resolveFailure

        @Log(level=WARNING,
             id=3)
        @Message("Resolve failure")
        @CS(MAYBE)
        UNKNOWN resolveFailure​(@Chain
                               java.lang.Exception exc)
      • unbindFailure

        @Log(level=WARNING,
             id=4)
        @Message("Unbind failure")
        @CS(MAYBE)
        UNKNOWN unbindFailure​(@Chain
                              java.lang.Exception exc)
      • transNsCannotCreateInitialNcSys

        @Log(level=WARNING,
             id=50)
        @Message("SystemException in transient name service while initializing")
        INITIALIZE transNsCannotCreateInitialNcSys​(@Chain
                                                   SystemException exc)
      • transNsCannotCreateInitialNc

        @Log(level=WARNING,
             id=51)
        @Message("Java exception in transient name service while initializing")
        INITIALIZE transNsCannotCreateInitialNc​(@Chain
                                                java.lang.Exception exc)
      • namingCtxRebindAlreadyBound

        @Log(level=WARNING,
             id=0)
        @Message("Unexpected AlreadyBound exception in rebind")
        INTERNAL namingCtxRebindAlreadyBound​(@Chain
                                             java.lang.Exception exc)
      • namingCtxRebindAlreadyBound

        @Log(level=WARNING,
             id=0)
        @Message("Unexpected AlreadyBound exception in rebind")
        INTERNAL namingCtxRebindAlreadyBound()
      • namingCtxRebindctxAlreadyBound

        @Log(level=WARNING,
             id=1)
        @Message("Unexpected AlreadyBound exception in rebind_context")
        INTERNAL namingCtxRebindctxAlreadyBound​(@Chain
                                                java.lang.Exception exc)
      • namingCtxBadBindingtype

        @Log(level=WARNING,
             id=2)
        @Message("Bad binding type in internal binding implementation")
        INTERNAL namingCtxBadBindingtype()
      • namingCtxResolveCannotNarrowToCtx

        @Log(level=WARNING,
             id=3)
        @Message("Object reference that is not CosNaming::NamingContext bound as a context")
        INTERNAL namingCtxResolveCannotNarrowToCtx()
      • namingCtxBindingIteratorCreate

        @Log(level=WARNING,
             id=4)
        @Message("Error in creating POA for BindingIterator")
        INTERNAL namingCtxBindingIteratorCreate​(@Chain
                                                java.lang.Exception exc)
      • transNcBindAlreadyBound

        @Log(level=WARNING,
             id=100)
        @Message("Bind implementation encountered a previous bind")
        INTERNAL transNcBindAlreadyBound()
      • transNcListGotExc

        @Log(level=WARNING,
             id=101)
        @Message("list operation caught an unexpected Java exception while creating list iterator")
        INTERNAL transNcListGotExc​(@Chain
                                   java.lang.Exception exc)
      • transNcNewctxGotExc

        @Log(level=WARNING,
             id=102)
        @Message("new_context operation caught an unexpected Java exception creating the NewContext servant")
        INTERNAL transNcNewctxGotExc​(@Chain
                                     java.lang.Exception exc)
      • transNcDestroyGotExc

        @Log(level=WARNING,
             id=103)
        @Message("Destroy operation caught a Java exception while disconnecting from ORB")
        INTERNAL transNcDestroyGotExc​(@Chain
                                      java.lang.Exception exc)
      • insBadSchemeName

        @Log(level=WARNING,
             id=105)
        @Message("Stringified object reference with unknown protocol specified")
        INTERNAL insBadSchemeName()
      • insBadSchemeSpecificPart

        @Log(level=WARNING,
             id=107)
        @Message("Malformed URL in -ORBInitDef")
        INTERNAL insBadSchemeSpecificPart()
      • insOther

        @Log(level=WARNING,
             id=108)
        @Message("Malformed URL in -ORBInitDef")
        INTERNAL insOther()
      • badInitialPortValue

        @Log(level=WARNING,
             id=109)
        @Message("Initial port value {0} is not a valid number")
        INTERNAL badInitialPortValue​(java.lang.String ips,
                                     @Chain
                                     java.lang.NumberFormatException e)