Interface NamingSystemException


@ExceptionWrapper(idPrefix="IOP") @ORBException(omgException=false, group=2) public interface NamingSystemException
  • Field Details

  • Method Details

    • 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 Exception exc)
    • bindFailure

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

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

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

      @Log(level=WARNING, id=4) @Message("Unbind failure") @CS(MAYBE) UNKNOWN unbindFailure(@Chain 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 Exception exc)
    • namingCtxRebindAlreadyBound

      @Log(level=WARNING, id=0) @Message("Unexpected AlreadyBound exception in rebind") INTERNAL namingCtxRebindAlreadyBound(@Chain 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 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 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 Exception exc)
    • transNcNewctxGotExc

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

      @Log(level=WARNING, id=103) @Message("Destroy operation caught a Java exception while disconnecting from ORB") INTERNAL transNcDestroyGotExc(@Chain 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(String ips, @Chain NumberFormatException e)