Package com.sun.corba.ee.spi.logging
Interface NamingSystemException
@ExceptionWrapper(idPrefix="IOP")
@ORBException(omgException=false,
group=2)
public interface NamingSystemException
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbindFailure
(Exception exc) insOther()
resolveFailure
(Exception exc) unbindFailure
(Exception exc)
-
Field Details
-
self
-
namingCtxRebindAlreadyBound
- See Also:
-
-
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
-
insBadAddress
-
bindUpdateContextFailed
-
bindFailure
-
resolveConversionFailure
-
resolveFailure
-
unbindFailure
-
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
-
namingCtxRebindAlreadyBound
@Log(level=WARNING, id=0) @Message("Unexpected AlreadyBound exception in rebind") INTERNAL namingCtxRebindAlreadyBound() -
namingCtxRebindctxAlreadyBound
-
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
-
transNcBindAlreadyBound
@Log(level=WARNING, id=100) @Message("Bind implementation encountered a previous bind") INTERNAL transNcBindAlreadyBound() -
transNcListGotExc
-
transNcNewctxGotExc
-
transNcDestroyGotExc
-
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
-
badInitialPortValue
@Log(level=WARNING, id=109) @Message("Initial port value {0} is not a valid number") INTERNAL badInitialPortValue(String ips, @Chain NumberFormatException e)
-