Methods Summary |
---|
public org.omg.CORBA.BAD_OPERATION | adapterIdNotAvailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( ADAPTER_ID_NOT_AVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "IOR.adapterIdNotAvailable",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | adapterIdNotAvailable(org.omg.CORBA.CompletionStatus cs)
return adapterIdNotAvailable( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | adapterIdNotAvailable(java.lang.Throwable t)
return adapterIdNotAvailable( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | adapterIdNotAvailable()
return adapterIdNotAvailable( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | badIiopAddressPort(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( BAD_IIOP_ADDRESS_PORT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "IOR.badIiopAddressPort",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | badIiopAddressPort(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badIiopAddressPort( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | badIiopAddressPort(java.lang.Throwable t, java.lang.Object arg0)
return badIiopAddressPort( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | badIiopAddressPort(java.lang.Object arg0)
return badIiopAddressPort( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badMagic(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( BAD_MAGIC, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "IOR.badMagic",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badMagic(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badMagic( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badMagic(java.lang.Throwable t, java.lang.Object arg0)
return badMagic( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badMagic(java.lang.Object arg0)
return badMagic( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | badOidInIorTemplateList(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( BAD_OID_IN_IOR_TEMPLATE_LIST, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "IOR.badOidInIorTemplateList",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | badOidInIorTemplateList(org.omg.CORBA.CompletionStatus cs)
return badOidInIorTemplateList( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | badOidInIorTemplateList(java.lang.Throwable t)
return badOidInIorTemplateList( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | badOidInIorTemplateList()
return badOidInIorTemplateList( CompletionStatus.COMPLETED_NO, null ) ;
|
public static com.sun.corba.se.impl.logging.IORSystemException | get(com.sun.corba.se.spi.orb.ORB orb, java.lang.String logDomain)
IORSystemException wrapper =
(IORSystemException) orb.getLogWrapper( logDomain,
"IOR", factory ) ;
return wrapper ;
|
public static com.sun.corba.se.impl.logging.IORSystemException | get(java.lang.String logDomain)
IORSystemException wrapper =
(IORSystemException) ORB.staticGetLogWrapper( logDomain,
"IOR", factory ) ;
return wrapper ;
|
public org.omg.CORBA.INTERNAL | getLocalServantFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( GET_LOCAL_SERVANT_FAILURE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.FINE, "IOR.getLocalServantFailure",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | getLocalServantFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return getLocalServantFailure( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | getLocalServantFailure(java.lang.Throwable t, java.lang.Object arg0)
return getLocalServantFailure( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | getLocalServantFailure(java.lang.Object arg0)
return getLocalServantFailure( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidJdk131PatchLevel(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( INVALID_JDK1_3_1_PATCH_LEVEL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "IOR.invalidJdk131PatchLevel",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invalidJdk131PatchLevel(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return invalidJdk131PatchLevel( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidJdk131PatchLevel(java.lang.Throwable t, java.lang.Object arg0)
return invalidJdk131PatchLevel( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidJdk131PatchLevel(java.lang.Object arg0)
return invalidJdk131PatchLevel( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidTaggedProfile(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( INVALID_TAGGED_PROFILE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "IOR.invalidTaggedProfile",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | invalidTaggedProfile(org.omg.CORBA.CompletionStatus cs)
return invalidTaggedProfile( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidTaggedProfile(java.lang.Throwable t)
return invalidTaggedProfile( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidTaggedProfile()
return invalidTaggedProfile( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INV_OBJREF | iorMustHaveIiopProfile(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INV_OBJREF exc = new INV_OBJREF( IOR_MUST_HAVE_IIOP_PROFILE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "IOR.iorMustHaveIiopProfile",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INV_OBJREF | iorMustHaveIiopProfile(org.omg.CORBA.CompletionStatus cs)
return iorMustHaveIiopProfile( cs, null ) ;
|
public org.omg.CORBA.INV_OBJREF | iorMustHaveIiopProfile(java.lang.Throwable t)
return iorMustHaveIiopProfile( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INV_OBJREF | iorMustHaveIiopProfile()
return iorMustHaveIiopProfile( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | nullPoa(java.lang.Throwable t)
return nullPoa( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | nullPoa()
return nullPoa( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | nullPoa(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( NULL_POA, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "IOR.nullPoa",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | nullPoa(org.omg.CORBA.CompletionStatus cs)
return nullPoa( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | objectAdapterIdNotAvailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( OBJECT_ADAPTER_ID_NOT_AVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "IOR.objectAdapterIdNotAvailable",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | objectAdapterIdNotAvailable(org.omg.CORBA.CompletionStatus cs)
return objectAdapterIdNotAvailable( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | objectAdapterIdNotAvailable(java.lang.Throwable t)
return objectAdapterIdNotAvailable( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | objectAdapterIdNotAvailable()
return objectAdapterIdNotAvailable( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbIdNotAvailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( ORB_ID_NOT_AVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "IOR.orbIdNotAvailable",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | orbIdNotAvailable(org.omg.CORBA.CompletionStatus cs)
return orbIdNotAvailable( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbIdNotAvailable(java.lang.Throwable t)
return orbIdNotAvailable( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbIdNotAvailable()
return orbIdNotAvailable( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | ortNotInitialized(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( ORT_NOT_INITIALIZED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "IOR.ortNotInitialized",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | ortNotInitialized(org.omg.CORBA.CompletionStatus cs)
return ortNotInitialized( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | ortNotInitialized(java.lang.Throwable t)
return ortNotInitialized( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | ortNotInitialized()
return ortNotInitialized( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | serverIdNotAvailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( SERVER_ID_NOT_AVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "IOR.serverIdNotAvailable",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | serverIdNotAvailable(org.omg.CORBA.CompletionStatus cs)
return serverIdNotAvailable( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | serverIdNotAvailable(java.lang.Throwable t)
return serverIdNotAvailable( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | serverIdNotAvailable()
return serverIdNotAvailable( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | stringifyWriteError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( STRINGIFY_WRITE_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "IOR.stringifyWriteError",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | stringifyWriteError(org.omg.CORBA.CompletionStatus cs)
return stringifyWriteError( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | stringifyWriteError(java.lang.Throwable t)
return stringifyWriteError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | stringifyWriteError()
return stringifyWriteError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | taggedProfileTemplateFactoryNotFound(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( TAGGED_PROFILE_TEMPLATE_FACTORY_NOT_FOUND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "IOR.taggedProfileTemplateFactoryNotFound",
parameters, IORSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | taggedProfileTemplateFactoryNotFound(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return taggedProfileTemplateFactoryNotFound( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | taggedProfileTemplateFactoryNotFound(java.lang.Throwable t, java.lang.Object arg0)
return taggedProfileTemplateFactoryNotFound( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | taggedProfileTemplateFactoryNotFound(java.lang.Object arg0)
return taggedProfileTemplateFactoryNotFound( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|