Methods Summary |
---|
public org.omg.CORBA.UNKNOWN | bindFailure(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.UNKNOWN | bindFailure(org.omg.CORBA.CompletionStatus cs)
return bindFailure( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | bindFailure(java.lang.Throwable t)
return bindFailure( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | bindFailure()
return bindFailure( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | bindUpdateContextFailed(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.UNKNOWN | bindUpdateContextFailed(org.omg.CORBA.CompletionStatus cs)
return bindUpdateContextFailed( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | bindUpdateContextFailed(java.lang.Throwable t)
return bindUpdateContextFailed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | bindUpdateContextFailed()
return bindUpdateContextFailed( CompletionStatus.COMPLETED_NO, null ) ;
|
public static com.sun.corba.se.impl.logging.NamingSystemException | get(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.NamingSystemException | get(java.lang.String logDomain)
NamingSystemException wrapper =
(NamingSystemException) ORB.staticGetLogWrapper( logDomain,
"NAMING", factory ) ;
return wrapper ;
|
public org.omg.CORBA.BAD_PARAM | insBadAddress(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_PARAM | insBadAddress(org.omg.CORBA.CompletionStatus cs)
return insBadAddress( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | insBadAddress(java.lang.Throwable t)
return insBadAddress( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | insBadAddress()
return insBadAddress( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | insBadSchemeName(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.INTERNAL | insBadSchemeName(org.omg.CORBA.CompletionStatus cs)
return insBadSchemeName( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | insBadSchemeName(java.lang.Throwable t)
return insBadSchemeName( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | insBadSchemeName()
return insBadSchemeName( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | insBadSchemeSpecificPart(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.INTERNAL | insBadSchemeSpecificPart(org.omg.CORBA.CompletionStatus cs)
return insBadSchemeSpecificPart( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | insBadSchemeSpecificPart(java.lang.Throwable t)
return insBadSchemeSpecificPart( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | insBadSchemeSpecificPart()
return insBadSchemeSpecificPart( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | insOther(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.INTERNAL | insOther(org.omg.CORBA.CompletionStatus cs)
return insOther( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | insOther(java.lang.Throwable t)
return insOther( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | insOther()
return insOther( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxBadBindingtype(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.INTERNAL | namingCtxBadBindingtype(org.omg.CORBA.CompletionStatus cs)
return namingCtxBadBindingtype( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxBadBindingtype(java.lang.Throwable t)
return namingCtxBadBindingtype( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxBadBindingtype()
return namingCtxBadBindingtype( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxBindingIteratorCreate(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.INTERNAL | namingCtxBindingIteratorCreate(org.omg.CORBA.CompletionStatus cs)
return namingCtxBindingIteratorCreate( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxBindingIteratorCreate(java.lang.Throwable t)
return namingCtxBindingIteratorCreate( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxBindingIteratorCreate()
return namingCtxBindingIteratorCreate( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxRebindAlreadyBound(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.INTERNAL | namingCtxRebindAlreadyBound(org.omg.CORBA.CompletionStatus cs)
return namingCtxRebindAlreadyBound( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxRebindAlreadyBound(java.lang.Throwable t)
return namingCtxRebindAlreadyBound( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxRebindAlreadyBound()
return namingCtxRebindAlreadyBound( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxRebindctxAlreadyBound(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.INTERNAL | namingCtxRebindctxAlreadyBound(org.omg.CORBA.CompletionStatus cs)
return namingCtxRebindctxAlreadyBound( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxRebindctxAlreadyBound(java.lang.Throwable t)
return namingCtxRebindctxAlreadyBound( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxRebindctxAlreadyBound()
return namingCtxRebindctxAlreadyBound( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxResolveCannotNarrowToCtx(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.INTERNAL | namingCtxResolveCannotNarrowToCtx(org.omg.CORBA.CompletionStatus cs)
return namingCtxResolveCannotNarrowToCtx( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxResolveCannotNarrowToCtx(java.lang.Throwable t)
return namingCtxResolveCannotNarrowToCtx( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | namingCtxResolveCannotNarrowToCtx()
return namingCtxResolveCannotNarrowToCtx( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | objectIsNull(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_PARAM | objectIsNull(org.omg.CORBA.CompletionStatus cs)
return objectIsNull( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | objectIsNull(java.lang.Throwable t)
return objectIsNull( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | objectIsNull()
return objectIsNull( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | resolveConversionFailure(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.UNKNOWN | resolveConversionFailure(org.omg.CORBA.CompletionStatus cs)
return resolveConversionFailure( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | resolveConversionFailure(java.lang.Throwable t)
return resolveConversionFailure( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | resolveConversionFailure()
return resolveConversionFailure( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | resolveFailure(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.UNKNOWN | resolveFailure(org.omg.CORBA.CompletionStatus cs)
return resolveFailure( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | resolveFailure(java.lang.Throwable t)
return resolveFailure( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | resolveFailure()
return resolveFailure( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | transNcBindAlreadyBound(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.INTERNAL | transNcBindAlreadyBound(org.omg.CORBA.CompletionStatus cs)
return transNcBindAlreadyBound( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | transNcBindAlreadyBound(java.lang.Throwable t)
return transNcBindAlreadyBound( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | transNcBindAlreadyBound()
return transNcBindAlreadyBound( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | transNcDestroyGotExc(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.INTERNAL | transNcDestroyGotExc(org.omg.CORBA.CompletionStatus cs)
return transNcDestroyGotExc( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | transNcDestroyGotExc(java.lang.Throwable t)
return transNcDestroyGotExc( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | transNcDestroyGotExc()
return transNcDestroyGotExc( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | transNcListGotExc(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.INTERNAL | transNcListGotExc(org.omg.CORBA.CompletionStatus cs)
return transNcListGotExc( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | transNcListGotExc(java.lang.Throwable t)
return transNcListGotExc( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | transNcListGotExc()
return transNcListGotExc( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | transNcNewctxGotExc(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.INTERNAL | transNcNewctxGotExc(org.omg.CORBA.CompletionStatus cs)
return transNcNewctxGotExc( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | transNcNewctxGotExc(java.lang.Throwable t)
return transNcNewctxGotExc( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | transNcNewctxGotExc()
return transNcNewctxGotExc( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | transNsCannotCreateInitialNc(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.INITIALIZE | transNsCannotCreateInitialNc(org.omg.CORBA.CompletionStatus cs)
return transNsCannotCreateInitialNc( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | transNsCannotCreateInitialNc(java.lang.Throwable t)
return transNsCannotCreateInitialNc( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | transNsCannotCreateInitialNc()
return transNsCannotCreateInitialNc( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | transNsCannotCreateInitialNcSys(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.INITIALIZE | transNsCannotCreateInitialNcSys(org.omg.CORBA.CompletionStatus cs)
return transNsCannotCreateInitialNcSys( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | transNsCannotCreateInitialNcSys(java.lang.Throwable t)
return transNsCannotCreateInitialNcSys( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | transNsCannotCreateInitialNcSys()
return transNsCannotCreateInitialNcSys( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | transientNameServerBadHost(java.lang.Throwable t)
return transientNameServerBadHost( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | transientNameServerBadHost()
return transientNameServerBadHost( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | transientNameServerBadHost(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_PARAM | transientNameServerBadHost(org.omg.CORBA.CompletionStatus cs)
return transientNameServerBadHost( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | transientNameServerBadPort(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_PARAM | transientNameServerBadPort(org.omg.CORBA.CompletionStatus cs)
return transientNameServerBadPort( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | transientNameServerBadPort(java.lang.Throwable t)
return transientNameServerBadPort( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | transientNameServerBadPort()
return transientNameServerBadPort( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | unbindFailure(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.UNKNOWN | unbindFailure(org.omg.CORBA.CompletionStatus cs)
return unbindFailure( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unbindFailure(java.lang.Throwable t)
return unbindFailure( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unbindFailure()
return unbindFailure( CompletionStatus.COMPLETED_NO, null ) ;
|