@ExceptionWrapper(idPrefix="IOP") @ORBException(omgException=false, group=2) public interface NamingSystemException
| Modifier and Type | Field and Description |
|---|---|
static String |
namingCtxRebindAlreadyBound |
static NamingSystemException |
self |
static final NamingSystemException self
static final String namingCtxRebindAlreadyBound
@Log(level=WARNING,
id=0)
@Message(value="Port 0 is not a valid port in the transient name server")
BAD_PARAM transientNameServerBadPort()
@Log(level=WARNING,
id=1)
@Message(value="A null hostname is not a valid hostname in the transient name server")
BAD_PARAM transientNameServerBadHost()
@Log(level=WARNING,
id=2)
@Message(value="Object is null")
BAD_PARAM objectIsNull()
@Log(level=WARNING,
id=3)
@Message(value="Bad host address in -ORBInitDef")
BAD_PARAM insBadAddress()
@Log(level=WARNING,
id=0)
@Message(value="Updated context failed for bind")
UNKNOWN bindUpdateContextFailed(@Chain
Exception exc)
@Log(level=WARNING,
id=1)
@Message(value="bind failure")
UNKNOWN bindFailure(@Chain
Exception exc)
@Log(level=WARNING,
id=2)
@Message(value="Resolve conversion failed")
@CS(value=MAYBE)
UNKNOWN resolveConversionFailure(@Chain
Exception exc)
@Log(level=WARNING,
id=3)
@Message(value="Resolve failure")
@CS(value=MAYBE)
UNKNOWN resolveFailure(@Chain
Exception exc)
@Log(level=WARNING,
id=4)
@Message(value="Unbind failure")
@CS(value=MAYBE)
UNKNOWN unbindFailure(@Chain
Exception exc)
@Log(level=WARNING,
id=50)
@Message(value="SystemException in transient name service while initializing")
INITIALIZE transNsCannotCreateInitialNcSys(@Chain
SystemException exc)
@Log(level=WARNING,
id=51)
@Message(value="Java exception in transient name service while initializing")
INITIALIZE transNsCannotCreateInitialNc(@Chain
Exception exc)
@Log(level=WARNING,
id=0)
@Message(value="Unexpected AlreadyBound exception in rebind")
INTERNAL namingCtxRebindAlreadyBound(@Chain
Exception exc)
@Log(level=WARNING,
id=0)
@Message(value="Unexpected AlreadyBound exception in rebind")
INTERNAL namingCtxRebindAlreadyBound()
@Log(level=WARNING,
id=1)
@Message(value="Unexpected AlreadyBound exception in rebind_context")
INTERNAL namingCtxRebindctxAlreadyBound(@Chain
Exception exc)
@Log(level=WARNING,
id=2)
@Message(value="Bad binding type in internal binding implementation")
INTERNAL namingCtxBadBindingtype()
@Log(level=WARNING,
id=3)
@Message(value="Object reference that is not CosNaming::NamingContext bound as a context")
INTERNAL namingCtxResolveCannotNarrowToCtx()
@Log(level=WARNING,
id=4)
@Message(value="Error in creating POA for BindingIterator")
INTERNAL namingCtxBindingIteratorCreate(@Chain
Exception exc)
@Log(level=WARNING,
id=100)
@Message(value="Bind implementation encountered a previous bind")
INTERNAL transNcBindAlreadyBound()
@Log(level=WARNING,
id=101)
@Message(value="list operation caught an unexpected Java exception while creating list iterator")
INTERNAL transNcListGotExc(@Chain
Exception exc)
@Log(level=WARNING,
id=102)
@Message(value="new_context operation caught an unexpected Java exception creating the NewContext servant")
INTERNAL transNcNewctxGotExc(@Chain
Exception exc)
@Log(level=WARNING,
id=103)
@Message(value="Destroy operation caught a Java exception while disconnecting from ORB")
INTERNAL transNcDestroyGotExc(@Chain
Exception exc)
@Log(level=WARNING,
id=105)
@Message(value="Stringified object reference with unknown protocol specified")
INTERNAL insBadSchemeName()
@Log(level=WARNING,
id=107)
@Message(value="Malformed URL in -ORBInitDef")
INTERNAL insBadSchemeSpecificPart()
@Log(level=WARNING,
id=108)
@Message(value="Malformed URL in -ORBInitDef")
INTERNAL insOther()
@Log(level=WARNING,
id=109)
@Message(value="Initial port value {0} is not a valid number")
INTERNAL badInitialPortValue(String ips,
@Chain
NumberFormatException e)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.