Methods Summary |
---|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterActivatorFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( ADAPTER_ACTIVATOR_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.adapterActivatorFailed",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterActivatorFailed(org.omg.CORBA.CompletionStatus cs)
return adapterActivatorFailed( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterActivatorFailed(java.lang.Throwable t)
return adapterActivatorFailed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterActivatorFailed()
return adapterActivatorFailed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterActivatorNonexistent(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( ADAPTER_ACTIVATOR_NONEXISTENT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.adapterActivatorNonexistent",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterActivatorNonexistent(org.omg.CORBA.CompletionStatus cs)
return adapterActivatorNonexistent( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterActivatorNonexistent(java.lang.Throwable t)
return adapterActivatorNonexistent( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterActivatorNonexistent()
return adapterActivatorNonexistent( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterDestroyed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( ADAPTER_DESTROYED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.adapterDestroyed",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterDestroyed(org.omg.CORBA.CompletionStatus cs)
return adapterDestroyed( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterDestroyed(java.lang.Throwable t)
return adapterDestroyed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | adapterDestroyed()
return adapterDestroyed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | addPoaInactive(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( ADD_POA_INACTIVE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.addPoaInactive",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | addPoaInactive(org.omg.CORBA.CompletionStatus cs)
return addPoaInactive( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | addPoaInactive(java.lang.Throwable t)
return addPoaInactive( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | addPoaInactive()
return addPoaInactive( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | aomEntryDecZero(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( AOM_ENTRY_DEC_ZERO, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.aomEntryDecZero",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | aomEntryDecZero(org.omg.CORBA.CompletionStatus cs)
return aomEntryDecZero( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | aomEntryDecZero(java.lang.Throwable t)
return aomEntryDecZero( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | aomEntryDecZero()
return aomEntryDecZero( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | badLocalreplystatus(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BAD_LOCALREPLYSTATUS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.badLocalreplystatus",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badLocalreplystatus(org.omg.CORBA.CompletionStatus cs)
return badLocalreplystatus( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badLocalreplystatus(java.lang.Throwable t)
return badLocalreplystatus( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badLocalreplystatus()
return badLocalreplystatus( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | badRepositoryId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( BAD_REPOSITORY_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.badRepositoryId",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | badRepositoryId(org.omg.CORBA.CompletionStatus cs)
return badRepositoryId( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | badRepositoryId(java.lang.Throwable t)
return badRepositoryId( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | badRepositoryId()
return badRepositoryId( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | badServant(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( BAD_SERVANT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.badServant",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | badServant(org.omg.CORBA.CompletionStatus cs)
return badServant( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | badServant(java.lang.Throwable t)
return badServant( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | badServant()
return badServant( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badSkeleton(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( BAD_SKELETON, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.badSkeleton",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badSkeleton(org.omg.CORBA.CompletionStatus cs)
return badSkeleton( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badSkeleton(java.lang.Throwable t)
return badSkeleton( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badSkeleton()
return badSkeleton( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | badTransactionContext(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( BAD_TRANSACTION_CONTEXT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.badTransactionContext",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | badTransactionContext(org.omg.CORBA.CompletionStatus cs)
return badTransactionContext( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | badTransactionContext(java.lang.Throwable t)
return badTransactionContext( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | badTransactionContext()
return badTransactionContext( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | bootstrapError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( BOOTSTRAP_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.bootstrapError",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | bootstrapError(org.omg.CORBA.CompletionStatus cs)
return bootstrapError( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | bootstrapError(java.lang.Throwable t)
return bootstrapError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | bootstrapError()
return bootstrapError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | cantCloneTemplate(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( CANT_CLONE_TEMPLATE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.cantCloneTemplate",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | cantCloneTemplate(org.omg.CORBA.CompletionStatus cs)
return cantCloneTemplate( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | cantCloneTemplate(java.lang.Throwable t)
return cantCloneTemplate( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | cantCloneTemplate()
return cantCloneTemplate( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | cantResolveRootPoa(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( CANT_RESOLVE_ROOT_POA, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.cantResolveRootPoa",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | cantResolveRootPoa(org.omg.CORBA.CompletionStatus cs)
return cantResolveRootPoa( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | cantResolveRootPoa(java.lang.Throwable t)
return cantResolveRootPoa( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | cantResolveRootPoa()
return cantResolveRootPoa( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | defaultPoaNotPoaimpl(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( DEFAULT_POA_NOT_POAIMPL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.defaultPoaNotPoaimpl",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | defaultPoaNotPoaimpl(org.omg.CORBA.CompletionStatus cs)
return defaultPoaNotPoaimpl( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | defaultPoaNotPoaimpl(java.lang.Throwable t)
return defaultPoaNotPoaimpl( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | defaultPoaNotPoaimpl()
return defaultPoaNotPoaimpl( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | destroyDeadlock(java.lang.Throwable t)
return destroyDeadlock( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | destroyDeadlock()
return destroyDeadlock( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | destroyDeadlock(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( DESTROY_DEADLOCK, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.destroyDeadlock",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | destroyDeadlock(org.omg.CORBA.CompletionStatus cs)
return destroyDeadlock( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | duplicateOrbVersionSc(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( DUPLICATE_ORB_VERSION_SC, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.duplicateOrbVersionSc",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | duplicateOrbVersionSc(org.omg.CORBA.CompletionStatus cs)
return duplicateOrbVersionSc( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | duplicateOrbVersionSc(java.lang.Throwable t)
return duplicateOrbVersionSc( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | duplicateOrbVersionSc()
return duplicateOrbVersionSc( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | findpoaError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( FINDPOA_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.findpoaError",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | findpoaError(org.omg.CORBA.CompletionStatus cs)
return findpoaError( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | findpoaError(java.lang.Throwable t)
return findpoaError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | findpoaError()
return findpoaError( CompletionStatus.COMPLETED_NO, null ) ;
|
public static com.sun.corba.se.impl.logging.POASystemException | get(com.sun.corba.se.spi.orb.ORB orb, java.lang.String logDomain)
POASystemException wrapper =
(POASystemException) orb.getLogWrapper( logDomain,
"POA", factory ) ;
return wrapper ;
|
public static com.sun.corba.se.impl.logging.POASystemException | get(java.lang.String logDomain)
POASystemException wrapper =
(POASystemException) ORB.staticGetLogWrapper( logDomain,
"POA", factory ) ;
return wrapper ;
|
public org.omg.CORBA.BAD_OPERATION | illegalForwardRequest(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( ILLEGAL_FORWARD_REQUEST, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.illegalForwardRequest",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | illegalForwardRequest(org.omg.CORBA.CompletionStatus cs)
return illegalForwardRequest( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | illegalForwardRequest(java.lang.Throwable t)
return illegalForwardRequest( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | illegalForwardRequest()
return illegalForwardRequest( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | illegalPoaStateTrans(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( ILLEGAL_POA_STATE_TRANS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.illegalPoaStateTrans",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | illegalPoaStateTrans(org.omg.CORBA.CompletionStatus cs)
return illegalPoaStateTrans( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | illegalPoaStateTrans(java.lang.Throwable t)
return illegalPoaStateTrans( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | illegalPoaStateTrans()
return illegalPoaStateTrans( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | incarnateReturnedNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( INCARNATE_RETURNED_NULL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.incarnateReturnedNull",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | incarnateReturnedNull(org.omg.CORBA.CompletionStatus cs)
return incarnateReturnedNull( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | incarnateReturnedNull(java.lang.Throwable t)
return incarnateReturnedNull( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | incarnateReturnedNull()
return incarnateReturnedNull( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | invokesetup(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( INVOKESETUP, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.invokesetup",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invokesetup(org.omg.CORBA.CompletionStatus cs)
return invokesetup( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | invokesetup(java.lang.Throwable t)
return invokesetup( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | invokesetup()
return invokesetup( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | jtsInitError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( JTS_INIT_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.jtsInitError",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | jtsInitError(org.omg.CORBA.CompletionStatus cs)
return jtsInitError( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | jtsInitError(java.lang.Throwable t)
return jtsInitError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | jtsInitError()
return jtsInitError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | localServantLookup(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( LOCAL_SERVANT_LOOKUP, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.localServantLookup",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | localServantLookup(org.omg.CORBA.CompletionStatus cs)
return localServantLookup( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | localServantLookup(java.lang.Throwable t)
return localServantLookup( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | localServantLookup()
return localServantLookup( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | makeFactoryNotPoa(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( MAKE_FACTORY_NOT_POA, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "POA.makeFactoryNotPoa",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | makeFactoryNotPoa(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return makeFactoryNotPoa( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | makeFactoryNotPoa(java.lang.Throwable t, java.lang.Object arg0)
return makeFactoryNotPoa( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | makeFactoryNotPoa(java.lang.Object arg0)
return makeFactoryNotPoa( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | methodNotImplemented(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( METHOD_NOT_IMPLEMENTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.methodNotImplemented",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | methodNotImplemented(org.omg.CORBA.CompletionStatus cs)
return methodNotImplemented( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | methodNotImplemented(java.lang.Throwable t)
return methodNotImplemented( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | methodNotImplemented()
return methodNotImplemented( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noContext(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( NO_CONTEXT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "POA.noContext",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | noContext(org.omg.CORBA.CompletionStatus cs)
return noContext( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noContext(java.lang.Throwable t)
return noContext( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noContext()
return noContext( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | noProfilesInIor(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( NO_PROFILES_IN_IOR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.noProfilesInIor",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | noProfilesInIor(org.omg.CORBA.CompletionStatus cs)
return noProfilesInIor( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | noProfilesInIor(java.lang.Throwable t)
return noProfilesInIor( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | noProfilesInIor()
return noProfilesInIor( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | nullServant(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( NULL_SERVANT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "POA.nullServant",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | nullServant(org.omg.CORBA.CompletionStatus cs)
return nullServant( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | nullServant(java.lang.Throwable t)
return nullServant( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | nullServant()
return nullServant( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | orbdError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( ORBD_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.orbdError",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | orbdError(org.omg.CORBA.CompletionStatus cs)
return orbdError( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | orbdError(java.lang.Throwable t)
return orbdError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | orbdError()
return orbdError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | otshookexception(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( OTSHOOKEXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.otshookexception",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | otshookexception(org.omg.CORBA.CompletionStatus cs)
return otshookexception( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | otshookexception(java.lang.Throwable t)
return otshookexception( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | otshookexception()
return otshookexception( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServeridNotSet(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( PERSISTENT_SERVERID_NOT_SET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.persistentServeridNotSet",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | persistentServeridNotSet(org.omg.CORBA.CompletionStatus cs)
return persistentServeridNotSet( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServeridNotSet(java.lang.Throwable t)
return persistentServeridNotSet( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServeridNotSet()
return persistentServeridNotSet( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | persistentServerportError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( PERSISTENT_SERVERPORT_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.persistentServerportError",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | persistentServerportError(org.omg.CORBA.CompletionStatus cs)
return persistentServerportError( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | persistentServerportError(java.lang.Throwable t)
return persistentServerportError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | persistentServerportError()
return persistentServerportError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServerportNotSet(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( PERSISTENT_SERVERPORT_NOT_SET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.persistentServerportNotSet",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | persistentServerportNotSet(org.omg.CORBA.CompletionStatus cs)
return persistentServerportNotSet( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServerportNotSet(java.lang.Throwable t)
return persistentServerportNotSet( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServerportNotSet()
return persistentServerportNotSet( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | pmfCreateNonRetain(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( PMF_CREATE_NON_RETAIN, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.pmfCreateNonRetain",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | pmfCreateNonRetain(org.omg.CORBA.CompletionStatus cs)
return pmfCreateNonRetain( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | pmfCreateNonRetain(java.lang.Throwable t)
return pmfCreateNonRetain( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | pmfCreateNonRetain()
return pmfCreateNonRetain( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | pmfCreateRetain(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( PMF_CREATE_RETAIN, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.pmfCreateRetain",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | pmfCreateRetain(org.omg.CORBA.CompletionStatus cs)
return pmfCreateRetain( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | pmfCreateRetain(java.lang.Throwable t)
return pmfCreateRetain( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | pmfCreateRetain()
return pmfCreateRetain( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaBadServantManager(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_BAD_SERVANT_MANAGER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaBadServantManager",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaBadServantManager(org.omg.CORBA.CompletionStatus cs)
return poaBadServantManager( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaBadServantManager(java.lang.Throwable t)
return poaBadServantManager( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaBadServantManager()
return poaBadServantManager( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.TRANSIENT | poaDiscarding(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
TRANSIENT exc = new TRANSIENT( POA_DISCARDING, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "POA.poaDiscarding",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.TRANSIENT | poaDiscarding(org.omg.CORBA.CompletionStatus cs)
return poaDiscarding( cs, null ) ;
|
public org.omg.CORBA.TRANSIENT | poaDiscarding(java.lang.Throwable t)
return poaDiscarding( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.TRANSIENT | poaDiscarding()
return poaDiscarding( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaInactive(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_INACTIVE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "POA.poaInactive",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaInactive(org.omg.CORBA.CompletionStatus cs)
return poaInactive( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaInactive(java.lang.Throwable t)
return poaInactive( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaInactive()
return poaInactive( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | poaInternalGetServantError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( POA_INTERNAL_GET_SERVANT_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaInternalGetServantError",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | poaInternalGetServantError(org.omg.CORBA.CompletionStatus cs)
return poaInternalGetServantError( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | poaInternalGetServantError(java.lang.Throwable t)
return poaInternalGetServantError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | poaInternalGetServantError()
return poaInternalGetServantError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaLookupError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_LOOKUP_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaLookupError",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaLookupError(org.omg.CORBA.CompletionStatus cs)
return poaLookupError( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaLookupError(java.lang.Throwable t)
return poaLookupError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaLookupError()
return poaLookupError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNoDefaultServant(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_NO_DEFAULT_SERVANT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaNoDefaultServant",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNoDefaultServant(org.omg.CORBA.CompletionStatus cs)
return poaNoDefaultServant( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNoDefaultServant(java.lang.Throwable t)
return poaNoDefaultServant( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNoDefaultServant()
return poaNoDefaultServant( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNoServantManager(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_NO_SERVANT_MANAGER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaNoServantManager",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNoServantManager(org.omg.CORBA.CompletionStatus cs)
return poaNoServantManager( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNoServantManager(java.lang.Throwable t)
return poaNoServantManager( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNoServantManager()
return poaNoServantManager( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNotFound(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_NOT_FOUND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaNotFound",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNotFound(org.omg.CORBA.CompletionStatus cs)
return poaNotFound( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNotFound(java.lang.Throwable t)
return poaNotFound( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaNotFound()
return poaNotFound( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantActivatorLookupFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_SERVANT_ACTIVATOR_LOOKUP_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaServantActivatorLookupFailed",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantActivatorLookupFailed(org.omg.CORBA.CompletionStatus cs)
return poaServantActivatorLookupFailed( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantActivatorLookupFailed(java.lang.Throwable t)
return poaServantActivatorLookupFailed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantActivatorLookupFailed()
return poaServantActivatorLookupFailed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantLocatorLookupFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_SERVANT_LOCATOR_LOOKUP_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaServantLocatorLookupFailed",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantLocatorLookupFailed(org.omg.CORBA.CompletionStatus cs)
return poaServantLocatorLookupFailed( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantLocatorLookupFailed(java.lang.Throwable t)
return poaServantLocatorLookupFailed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantLocatorLookupFailed()
return poaServantLocatorLookupFailed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantNotUnique(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_SERVANT_NOT_UNIQUE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaServantNotUnique",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantNotUnique(org.omg.CORBA.CompletionStatus cs)
return poaServantNotUnique( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantNotUnique(java.lang.Throwable t)
return poaServantNotUnique( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaServantNotUnique()
return poaServantNotUnique( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaUnknownPolicy(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_UNKNOWN_POLICY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaUnknownPolicy",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaUnknownPolicy(org.omg.CORBA.CompletionStatus cs)
return poaUnknownPolicy( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaUnknownPolicy(java.lang.Throwable t)
return poaUnknownPolicy( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaUnknownPolicy()
return poaUnknownPolicy( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaWrongPolicy(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_WRONG_POLICY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaWrongPolicy",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaWrongPolicy(org.omg.CORBA.CompletionStatus cs)
return poaWrongPolicy( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaWrongPolicy(java.lang.Throwable t)
return poaWrongPolicy( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | poaWrongPolicy()
return poaWrongPolicy( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | poacurrentNullField(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( POACURRENT_NULL_FIELD, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poacurrentNullField",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | poacurrentNullField(org.omg.CORBA.CompletionStatus cs)
return poacurrentNullField( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | poacurrentNullField(java.lang.Throwable t)
return poacurrentNullField( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | poacurrentNullField()
return poacurrentNullField( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | poacurrentUnbalancedStack(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( POACURRENT_UNBALANCED_STACK, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poacurrentUnbalancedStack",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | poacurrentUnbalancedStack(org.omg.CORBA.CompletionStatus cs)
return poacurrentUnbalancedStack( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | poacurrentUnbalancedStack(java.lang.Throwable t)
return poacurrentUnbalancedStack( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | poacurrentUnbalancedStack()
return poacurrentUnbalancedStack( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | policyMediatorBadPolicyInFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( POLICY_MEDIATOR_BAD_POLICY_IN_FACTORY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.policyMediatorBadPolicyInFactory",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | policyMediatorBadPolicyInFactory(org.omg.CORBA.CompletionStatus cs)
return policyMediatorBadPolicyInFactory( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | policyMediatorBadPolicyInFactory(java.lang.Throwable t)
return policyMediatorBadPolicyInFactory( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | policyMediatorBadPolicyInFactory()
return policyMediatorBadPolicyInFactory( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | preinvokeCloneError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( PREINVOKE_CLONE_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.preinvokeCloneError",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | preinvokeCloneError(org.omg.CORBA.CompletionStatus cs)
return preinvokeCloneError( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | preinvokeCloneError(java.lang.Throwable t)
return preinvokeCloneError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | preinvokeCloneError()
return preinvokeCloneError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | preinvokePoaDestroyed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( PREINVOKE_POA_DESTROYED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.preinvokePoaDestroyed",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | preinvokePoaDestroyed(org.omg.CORBA.CompletionStatus cs)
return preinvokePoaDestroyed( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | preinvokePoaDestroyed(java.lang.Throwable t)
return preinvokePoaDestroyed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | preinvokePoaDestroyed()
return preinvokePoaDestroyed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | servantDispatch(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SERVANT_DISPATCH, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.servantDispatch",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | servantDispatch(org.omg.CORBA.CompletionStatus cs)
return servantDispatch( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | servantDispatch(java.lang.Throwable t)
return servantDispatch( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | servantDispatch()
return servantDispatch( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | servantLookup(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( SERVANT_LOOKUP, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.servantLookup",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | servantLookup(org.omg.CORBA.CompletionStatus cs)
return servantLookup( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | servantLookup(java.lang.Throwable t)
return servantLookup( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | servantLookup()
return servantLookup( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | servantManagerAlreadySet(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( SERVANT_MANAGER_ALREADY_SET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.servantManagerAlreadySet",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | servantManagerAlreadySet(org.omg.CORBA.CompletionStatus cs)
return servantManagerAlreadySet( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | servantManagerAlreadySet(java.lang.Throwable t)
return servantManagerAlreadySet( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | servantManagerAlreadySet()
return servantManagerAlreadySet( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | servantManagerBadType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( SERVANT_MANAGER_BAD_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.servantManagerBadType",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | servantManagerBadType(org.omg.CORBA.CompletionStatus cs)
return servantManagerBadType( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | servantManagerBadType(java.lang.Throwable t)
return servantManagerBadType( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | servantManagerBadType()
return servantManagerBadType( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | servantMustBeLocal(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SERVANT_MUST_BE_LOCAL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.servantMustBeLocal",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | servantMustBeLocal(org.omg.CORBA.CompletionStatus cs)
return servantMustBeLocal( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | servantMustBeLocal(java.lang.Throwable t)
return servantMustBeLocal( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | servantMustBeLocal()
return servantMustBeLocal( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | servantOrb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( SERVANT_ORB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.servantOrb",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | servantOrb(org.omg.CORBA.CompletionStatus cs)
return servantOrb( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | servantOrb(java.lang.Throwable t)
return servantOrb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | servantOrb()
return servantOrb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | servantToIdOaa(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SERVANT_TO_ID_OAA, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.servantToIdOaa",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | servantToIdOaa(org.omg.CORBA.CompletionStatus cs)
return servantToIdOaa( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | servantToIdOaa(java.lang.Throwable t)
return servantToIdOaa( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | servantToIdOaa()
return servantToIdOaa( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | servantToIdSaa(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SERVANT_TO_ID_SAA, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.servantToIdSaa",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | servantToIdSaa(org.omg.CORBA.CompletionStatus cs)
return servantToIdSaa( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | servantToIdSaa(java.lang.Throwable t)
return servantToIdSaa( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | servantToIdSaa()
return servantToIdSaa( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | servantToIdWp(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SERVANT_TO_ID_WP, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.servantToIdWp",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | servantToIdWp(org.omg.CORBA.CompletionStatus cs)
return servantToIdWp( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | servantToIdWp(java.lang.Throwable t)
return servantToIdWp( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | servantToIdWp()
return servantToIdWp( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | singleThreadNotSupported(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( SINGLE_THREAD_NOT_SUPPORTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.singleThreadNotSupported",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | singleThreadNotSupported(org.omg.CORBA.CompletionStatus cs)
return singleThreadNotSupported( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | singleThreadNotSupported(java.lang.Throwable t)
return singleThreadNotSupported( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | singleThreadNotSupported()
return singleThreadNotSupported( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | thisObjectServantNotActive(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( THIS_OBJECT_SERVANT_NOT_ACTIVE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.thisObjectServantNotActive",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | thisObjectServantNotActive(org.omg.CORBA.CompletionStatus cs)
return thisObjectServantNotActive( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | thisObjectServantNotActive(java.lang.Throwable t)
return thisObjectServantNotActive( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | thisObjectServantNotActive()
return thisObjectServantNotActive( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | thisObjectWrongPolicy(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( THIS_OBJECT_WRONG_POLICY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.thisObjectWrongPolicy",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | thisObjectWrongPolicy(org.omg.CORBA.CompletionStatus cs)
return thisObjectWrongPolicy( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | thisObjectWrongPolicy(java.lang.Throwable t)
return thisObjectWrongPolicy( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | thisObjectWrongPolicy()
return thisObjectWrongPolicy( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( UNEXPECTED_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "POA.unexpectedException",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | unexpectedException(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return unexpectedException( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedException(java.lang.Throwable t, java.lang.Object arg0)
return unexpectedException( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedException(java.lang.Object arg0)
return unexpectedException( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.UNKNOWN | unknownLocalinvocationError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNKNOWN_LOCALINVOCATION_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.unknownLocalinvocationError",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unknownLocalinvocationError(org.omg.CORBA.CompletionStatus cs)
return unknownLocalinvocationError( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownLocalinvocationError(java.lang.Throwable t)
return unknownLocalinvocationError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unknownLocalinvocationError()
return unknownLocalinvocationError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownServerException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNKNOWN_SERVER_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.unknownServerException",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unknownServerException(org.omg.CORBA.CompletionStatus cs)
return unknownServerException( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownServerException(java.lang.Throwable t)
return unknownServerException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unknownServerException()
return unknownServerException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownServerappException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNKNOWN_SERVERAPP_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.unknownServerappException",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unknownServerappException(org.omg.CORBA.CompletionStatus cs)
return unknownServerappException( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownServerappException(java.lang.Throwable t)
return unknownServerappException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unknownServerappException()
return unknownServerappException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | wrongClientsc(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( WRONG_CLIENTSC, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.wrongClientsc",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | wrongClientsc(org.omg.CORBA.CompletionStatus cs)
return wrongClientsc( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | wrongClientsc(java.lang.Throwable t)
return wrongClientsc( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | wrongClientsc()
return wrongClientsc( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | wrongPoliciesForThisObject(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( WRONG_POLICIES_FOR_THIS_OBJECT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.wrongPoliciesForThisObject",
parameters, POASystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | wrongPoliciesForThisObject(org.omg.CORBA.CompletionStatus cs)
return wrongPoliciesForThisObject( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | wrongPoliciesForThisObject(java.lang.Throwable t)
return wrongPoliciesForThisObject( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | wrongPoliciesForThisObject()
return wrongPoliciesForThisObject( CompletionStatus.COMPLETED_NO, null ) ;
|