Methods Summary |
---|
public org.omg.CORBA.OBJ_ADAPTER | adapterActivatorException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
OBJ_ADAPTER exc = new OBJ_ADAPTER( ADAPTER_ACTIVATOR_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[2] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
doLog( Level.WARNING, "OMG.adapterActivatorException",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | adapterActivatorException(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return adapterActivatorException( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | adapterActivatorException(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return adapterActivatorException( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | adapterActivatorException(java.lang.Object arg0, java.lang.Object arg1)
return adapterActivatorException( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badArgumentsCall(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_ARGUMENTS_CALL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badArgumentsCall",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badArgumentsCall(org.omg.CORBA.CompletionStatus cs)
return badArgumentsCall( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badArgumentsCall(java.lang.Throwable t)
return badArgumentsCall( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badArgumentsCall()
return badArgumentsCall( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badCtxCall(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_CTX_CALL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badCtxCall",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badCtxCall(org.omg.CORBA.CompletionStatus cs)
return badCtxCall( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badCtxCall(java.lang.Throwable t)
return badCtxCall( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badCtxCall()
return badCtxCall( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badInvoke(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_INVOKE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badInvoke",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badInvoke(org.omg.CORBA.CompletionStatus cs)
return badInvoke( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badInvoke(java.lang.Throwable t)
return badInvoke( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badInvoke()
return badInvoke( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_TYPECODE | badMemberTypecode(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_TYPECODE exc = new BAD_TYPECODE( BAD_MEMBER_TYPECODE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badMemberTypecode",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_TYPECODE | badMemberTypecode(org.omg.CORBA.CompletionStatus cs)
return badMemberTypecode( cs, null ) ;
|
public org.omg.CORBA.BAD_TYPECODE | badMemberTypecode(java.lang.Throwable t)
return badMemberTypecode( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_TYPECODE | badMemberTypecode()
return badMemberTypecode( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | badNvlist(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( BAD_NVLIST, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badNvlist",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badNvlist(org.omg.CORBA.CompletionStatus cs)
return badNvlist( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | badNvlist(java.lang.Throwable t)
return badNvlist( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | badNvlist()
return badNvlist( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | badOnewayDefinition(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( BAD_ONEWAY_DEFINITION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badOnewayDefinition",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | badOnewayDefinition(org.omg.CORBA.CompletionStatus cs)
return badOnewayDefinition( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | badOnewayDefinition(java.lang.Throwable t)
return badOnewayDefinition( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | badOnewayDefinition()
return badOnewayDefinition( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badOperationAfterShutdown(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_OPERATION_AFTER_SHUTDOWN, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badOperationAfterShutdown",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badOperationAfterShutdown(org.omg.CORBA.CompletionStatus cs)
return badOperationAfterShutdown( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badOperationAfterShutdown(java.lang.Throwable t)
return badOperationAfterShutdown( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badOperationAfterShutdown()
return badOperationAfterShutdown( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | badPolicyIncarnate(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( BAD_POLICY_INCARNATE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badPolicyIncarnate",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | badPolicyIncarnate(org.omg.CORBA.CompletionStatus cs)
return badPolicyIncarnate( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | badPolicyIncarnate(java.lang.Throwable t)
return badPolicyIncarnate( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | badPolicyIncarnate()
return badPolicyIncarnate( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollAfter(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_POLL_AFTER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badPollAfter",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollAfter(org.omg.CORBA.CompletionStatus cs)
return badPollAfter( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollAfter(java.lang.Throwable t)
return badPollAfter( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollAfter()
return badPollAfter( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollBefore(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_POLL_BEFORE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badPollBefore",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollBefore(org.omg.CORBA.CompletionStatus cs)
return badPollBefore( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollBefore(java.lang.Throwable t)
return badPollBefore( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollBefore()
return badPollBefore( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollSync(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_POLL_SYNC, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badPollSync",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollSync(org.omg.CORBA.CompletionStatus cs)
return badPollSync( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollSync(java.lang.Throwable t)
return badPollSync( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badPollSync()
return badPollSync( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badResultCall(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_RESULT_CALL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badResultCall",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badResultCall(org.omg.CORBA.CompletionStatus cs)
return badResultCall( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badResultCall(java.lang.Throwable t)
return badResultCall( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badResultCall()
return badResultCall( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badSend(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_SEND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badSend",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badSend(org.omg.CORBA.CompletionStatus cs)
return badSend( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badSend(java.lang.Throwable t)
return badSend( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badSend()
return badSend( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | badServantManagerType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( BAD_SERVANT_MANAGER_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badServantManagerType",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | badServantManagerType(org.omg.CORBA.CompletionStatus cs)
return badServantManagerType( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | badServantManagerType(java.lang.Throwable t)
return badServantManagerType( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | badServantManagerType()
return badServantManagerType( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | badServantType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( BAD_SERVANT_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badServantType",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | badServantType(org.omg.CORBA.CompletionStatus cs)
return badServantType( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | badServantType(java.lang.Throwable t)
return badServantType( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | badServantType()
return badServantType( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badSetServantManager(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_SET_SERVANT_MANAGER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.badSetServantManager",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badSetServantManager(org.omg.CORBA.CompletionStatus cs)
return badSetServantManager( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badSetServantManager(java.lang.Throwable t)
return badSetServantManager( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badSetServantManager()
return badSetServantManager( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioGenomicNoIterator(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( BIO_GENOMIC_NO_ITERATOR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.bioGenomicNoIterator",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioGenomicNoIterator(org.omg.CORBA.CompletionStatus cs)
return bioGenomicNoIterator( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioGenomicNoIterator(java.lang.Throwable t)
return bioGenomicNoIterator( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioGenomicNoIterator()
return bioGenomicNoIterator( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioMetaNotAvailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( BIO_META_NOT_AVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.bioMetaNotAvailable",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioMetaNotAvailable(org.omg.CORBA.CompletionStatus cs)
return bioMetaNotAvailable( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioMetaNotAvailable(java.lang.Throwable t)
return bioMetaNotAvailable( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioMetaNotAvailable()
return bioMetaNotAvailable( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | bioNotAvailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( BIO_NOT_AVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.bioNotAvailable",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | bioNotAvailable(org.omg.CORBA.CompletionStatus cs)
return bioNotAvailable( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | bioNotAvailable(java.lang.Throwable t)
return bioNotAvailable( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | bioNotAvailable()
return bioNotAvailable( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioReset(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( BIO_RESET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.bioReset",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioReset(org.omg.CORBA.CompletionStatus cs)
return bioReset( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioReset(java.lang.Throwable t)
return bioReset( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | bioReset()
return bioReset( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | charNotInCodeset(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( CHAR_NOT_IN_CODESET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.charNotInCodeset",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | charNotInCodeset(org.omg.CORBA.CompletionStatus cs)
return charNotInCodeset( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | charNotInCodeset(java.lang.Throwable t)
return charNotInCodeset( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | charNotInCodeset()
return charNotInCodeset( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INV_OBJREF | codesetComponentRequired(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INV_OBJREF exc = new INV_OBJREF( CODESET_COMPONENT_REQUIRED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.codesetComponentRequired",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INV_OBJREF | codesetComponentRequired(org.omg.CORBA.CompletionStatus cs)
return codesetComponentRequired( cs, null ) ;
|
public org.omg.CORBA.INV_OBJREF | codesetComponentRequired(java.lang.Throwable t)
return codesetComponentRequired( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INV_OBJREF | codesetComponentRequired()
return codesetComponentRequired( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | createPoaDestroy(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( CREATE_POA_DESTROY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.createPoaDestroy",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | createPoaDestroy(org.omg.CORBA.CompletionStatus cs)
return createPoaDestroy( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | createPoaDestroy(java.lang.Throwable t)
return createPoaDestroy( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | createPoaDestroy()
return createPoaDestroy( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalName(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( CTX_ILLEGAL_NAME, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.ctxIllegalName",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalName(org.omg.CORBA.CompletionStatus cs)
return ctxIllegalName( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalName(java.lang.Throwable t)
return ctxIllegalName( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalName()
return ctxIllegalName( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalPropertyName(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( CTX_ILLEGAL_PROPERTY_NAME, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.ctxIllegalPropertyName",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalPropertyName(org.omg.CORBA.CompletionStatus cs)
return ctxIllegalPropertyName( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalPropertyName(java.lang.Throwable t)
return ctxIllegalPropertyName( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalPropertyName()
return ctxIllegalPropertyName( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalSearchString(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( CTX_ILLEGAL_SEARCH_STRING, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.ctxIllegalSearchString",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalSearchString(org.omg.CORBA.CompletionStatus cs)
return ctxIllegalSearchString( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalSearchString(java.lang.Throwable t)
return ctxIllegalSearchString( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxIllegalSearchString()
return ctxIllegalSearchString( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxNonEmpty(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( CTX_NON_EMPTY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.ctxNonEmpty",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | ctxNonEmpty(org.omg.CORBA.CompletionStatus cs)
return ctxNonEmpty( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxNonEmpty(java.lang.Throwable t)
return ctxNonEmpty( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | ctxNonEmpty()
return ctxNonEmpty( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | depPreventDestruction(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( DEP_PREVENT_DESTRUCTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.depPreventDestruction",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | depPreventDestruction(org.omg.CORBA.CompletionStatus cs)
return depPreventDestruction( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | depPreventDestruction(java.lang.Throwable t)
return depPreventDestruction( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | depPreventDestruction()
return depPreventDestruction( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | destroyIndestructible(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( DESTROY_INDESTRUCTIBLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.destroyIndestructible",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | destroyIndestructible(org.omg.CORBA.CompletionStatus cs)
return destroyIndestructible( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | destroyIndestructible(java.lang.Throwable t)
return destroyIndestructible( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | destroyIndestructible()
return destroyIndestructible( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | diiForImplicitOperation(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( DII_FOR_IMPLICIT_OPERATION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.diiForImplicitOperation",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | diiForImplicitOperation(org.omg.CORBA.CompletionStatus cs)
return diiForImplicitOperation( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | diiForImplicitOperation(java.lang.Throwable t)
return diiForImplicitOperation( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | diiForImplicitOperation()
return diiForImplicitOperation( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | diiLocalObject(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( DII_LOCAL_OBJECT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.diiLocalObject",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | diiLocalObject(org.omg.CORBA.CompletionStatus cs)
return diiLocalObject( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | diiLocalObject(java.lang.Throwable t)
return diiLocalObject( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | diiLocalObject()
return diiLocalObject( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | enumOutOfRange(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( ENUM_OUT_OF_RANGE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.enumOutOfRange",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | enumOutOfRange(org.omg.CORBA.CompletionStatus cs)
return enumOutOfRange( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | enumOutOfRange(java.lang.Throwable t)
return enumOutOfRange( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | enumOutOfRange()
return enumOutOfRange( CompletionStatus.COMPLETED_NO, null ) ;
|
public static com.sun.corba.se.impl.logging.OMGSystemException | get(com.sun.corba.se.spi.orb.ORB orb, java.lang.String logDomain)
OMGSystemException wrapper =
(OMGSystemException) orb.getLogWrapper( logDomain,
"OMG", factory ) ;
return wrapper ;
|
public static com.sun.corba.se.impl.logging.OMGSystemException | get(java.lang.String logDomain)
OMGSystemException wrapper =
(OMGSystemException) ORB.staticGetLogWrapper( logDomain,
"OMG", factory ) ;
return wrapper ;
|
public org.omg.CORBA.BAD_CONTEXT | idlContextNotFound(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_CONTEXT exc = new BAD_CONTEXT( IDL_CONTEXT_NOT_FOUND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.idlContextNotFound",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_CONTEXT | idlContextNotFound(org.omg.CORBA.CompletionStatus cs)
return idlContextNotFound( cs, null ) ;
|
public org.omg.CORBA.BAD_CONTEXT | idlContextNotFound(java.lang.Throwable t)
return idlContextNotFound( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_CONTEXT | idlContextNotFound()
return idlContextNotFound( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_TYPECODE | illegalParameter(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_TYPECODE exc = new BAD_TYPECODE( ILLEGAL_PARAMETER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.illegalParameter",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_TYPECODE | illegalParameter(org.omg.CORBA.CompletionStatus cs)
return illegalParameter( cs, null ) ;
|
public org.omg.CORBA.BAD_TYPECODE | illegalParameter(java.lang.Throwable t)
return illegalParameter( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_TYPECODE | illegalParameter()
return illegalParameter( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | illegalServiceContext(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( ILLEGAL_SERVICE_CONTEXT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.illegalServiceContext",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | illegalServiceContext(org.omg.CORBA.CompletionStatus cs)
return illegalServiceContext( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | illegalServiceContext(java.lang.Throwable t)
return illegalServiceContext( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | illegalServiceContext()
return illegalServiceContext( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | incompatibleValueImpl(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( INCOMPATIBLE_VALUE_IMPL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.incompatibleValueImpl",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | incompatibleValueImpl(org.omg.CORBA.CompletionStatus cs)
return incompatibleValueImpl( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | incompatibleValueImpl(java.lang.Throwable t)
return incompatibleValueImpl( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | incompatibleValueImpl()
return incompatibleValueImpl( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | incompleteTypecode(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( INCOMPLETE_TYPECODE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.incompleteTypecode",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | incompleteTypecode(org.omg.CORBA.CompletionStatus cs)
return incompleteTypecode( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | incompleteTypecode(java.lang.Throwable t)
return incompleteTypecode( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | incompleteTypecode()
return incompleteTypecode( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidComponentId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( INVALID_COMPONENT_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.FINE, "OMG.invalidComponentId",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | invalidComponentId(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return invalidComponentId( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidComponentId(java.lang.Throwable t, java.lang.Object arg0)
return invalidComponentId( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidComponentId(java.lang.Object arg0)
return invalidComponentId( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidObjectId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( INVALID_OBJECT_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.invalidObjectId",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | invalidObjectId(org.omg.CORBA.CompletionStatus cs)
return invalidObjectId( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidObjectId(java.lang.Throwable t)
return invalidObjectId( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidObjectId()
return invalidObjectId( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall1(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( INVALID_PI_CALL1, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.invalidPiCall1",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall1(org.omg.CORBA.CompletionStatus cs)
return invalidPiCall1( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall1(java.lang.Throwable t)
return invalidPiCall1( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall1()
return invalidPiCall1( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( INVALID_PI_CALL2, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.invalidPiCall2",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall2(org.omg.CORBA.CompletionStatus cs)
return invalidPiCall2( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall2(java.lang.Throwable t)
return invalidPiCall2( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall2()
return invalidPiCall2( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall3(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( INVALID_PI_CALL3, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.invalidPiCall3",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall3(org.omg.CORBA.CompletionStatus cs)
return invalidPiCall3( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall3(java.lang.Throwable t)
return invalidPiCall3( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall3()
return invalidPiCall3( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall4(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( INVALID_PI_CALL4, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.invalidPiCall4",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall4(org.omg.CORBA.CompletionStatus cs)
return invalidPiCall4( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall4(java.lang.Throwable t)
return invalidPiCall4( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | invalidPiCall4()
return invalidPiCall4( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidProfileId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( INVALID_PROFILE_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.invalidProfileId",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | invalidProfileId(org.omg.CORBA.CompletionStatus cs)
return invalidProfileId( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidProfileId(java.lang.Throwable t)
return invalidProfileId( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidProfileId()
return invalidProfileId( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidServiceContextId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( INVALID_SERVICE_CONTEXT_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.invalidServiceContextId",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | invalidServiceContextId(org.omg.CORBA.CompletionStatus cs)
return invalidServiceContextId( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidServiceContextId(java.lang.Throwable t)
return invalidServiceContextId( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidServiceContextId()
return invalidServiceContextId( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidStreamFormatVersion(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( INVALID_STREAM_FORMAT_VERSION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "OMG.invalidStreamFormatVersion",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | invalidStreamFormatVersion(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return invalidStreamFormatVersion( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidStreamFormatVersion(java.lang.Throwable t, java.lang.Object arg0)
return invalidStreamFormatVersion( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidStreamFormatVersion(java.lang.Object arg0)
return invalidStreamFormatVersion( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INV_POLICY | iorPolicyReconcileError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INV_POLICY exc = new INV_POLICY( IOR_POLICY_RECONCILE_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.iorPolicyReconcileError",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INV_POLICY | iorPolicyReconcileError(org.omg.CORBA.CompletionStatus cs)
return iorPolicyReconcileError( cs, null ) ;
|
public org.omg.CORBA.INV_POLICY | iorPolicyReconcileError(java.lang.Throwable t)
return iorPolicyReconcileError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INV_POLICY | iorPolicyReconcileError()
return iorPolicyReconcileError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | irDeriveAbsIntBase(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( IR_DERIVE_ABS_INT_BASE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.irDeriveAbsIntBase",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | irDeriveAbsIntBase(org.omg.CORBA.CompletionStatus cs)
return irDeriveAbsIntBase( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | irDeriveAbsIntBase(java.lang.Throwable t)
return irDeriveAbsIntBase( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | irDeriveAbsIntBase()
return irDeriveAbsIntBase( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | irValueSupport(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( IR_VALUE_SUPPORT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.irValueSupport",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | irValueSupport(org.omg.CORBA.CompletionStatus cs)
return irValueSupport( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | irValueSupport(java.lang.Throwable t)
return irValueSupport( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | irValueSupport()
return irValueSupport( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_TYPECODE | marshallIncompleteTypecode(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_TYPECODE exc = new BAD_TYPECODE( MARSHALL_INCOMPLETE_TYPECODE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.marshallIncompleteTypecode",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_TYPECODE | marshallIncompleteTypecode(org.omg.CORBA.CompletionStatus cs)
return marshallIncompleteTypecode( cs, null ) ;
|
public org.omg.CORBA.BAD_TYPECODE | marshallIncompleteTypecode(java.lang.Throwable t)
return marshallIncompleteTypecode( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_TYPECODE | marshallIncompleteTypecode()
return marshallIncompleteTypecode( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | missingLocalValueImpl(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( MISSING_LOCAL_VALUE_IMPL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.missingLocalValueImpl",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | missingLocalValueImpl(org.omg.CORBA.CompletionStatus cs)
return missingLocalValueImpl( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | missingLocalValueImpl(java.lang.Throwable t)
return missingLocalValueImpl( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | missingLocalValueImpl()
return missingLocalValueImpl( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | nameClash(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( NAME_CLASH, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.nameClash",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | nameClash(org.omg.CORBA.CompletionStatus cs)
return nameClash( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | nameClash(java.lang.Throwable t)
return nameClash( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | nameClash()
return nameClash( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | nameUsedIfr(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( NAME_USED_IFR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.nameUsedIfr",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | nameUsedIfr(org.omg.CORBA.CompletionStatus cs)
return nameUsedIfr( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | nameUsedIfr(java.lang.Throwable t)
return nameUsedIfr( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | nameUsedIfr()
return nameUsedIfr( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | noClientWcharCodesetCtx(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( NO_CLIENT_WCHAR_CODESET_CTX, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noClientWcharCodesetCtx",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | noClientWcharCodesetCtx(org.omg.CORBA.CompletionStatus cs)
return noClientWcharCodesetCtx( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | noClientWcharCodesetCtx(java.lang.Throwable t)
return noClientWcharCodesetCtx( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | noClientWcharCodesetCtx()
return noClientWcharCodesetCtx( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | noConnectionPriority(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_RESOURCES exc = new NO_RESOURCES( NO_CONNECTION_PRIORITY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noConnectionPriority",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_RESOURCES | noConnectionPriority(org.omg.CORBA.CompletionStatus cs)
return noConnectionPriority( cs, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | noConnectionPriority(java.lang.Throwable t)
return noConnectionPriority( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_RESOURCES | noConnectionPriority()
return noConnectionPriority( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noDefaultServant(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( NO_DEFAULT_SERVANT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noDefaultServant",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | noDefaultServant(org.omg.CORBA.CompletionStatus cs)
return noDefaultServant( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noDefaultServant(java.lang.Throwable t)
return noDefaultServant( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noDefaultServant()
return noDefaultServant( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTF_REPOS | noInterfaceInIr(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTF_REPOS exc = new INTF_REPOS( NO_INTERFACE_IN_IR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noInterfaceInIr",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTF_REPOS | noInterfaceInIr(org.omg.CORBA.CompletionStatus cs)
return noInterfaceInIr( cs, null ) ;
|
public org.omg.CORBA.INTF_REPOS | noInterfaceInIr(java.lang.Throwable t)
return noInterfaceInIr( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTF_REPOS | noInterfaceInIr()
return noInterfaceInIr( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTF_REPOS | noIr(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTF_REPOS exc = new INTF_REPOS( NO_IR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noIr",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTF_REPOS | noIr(org.omg.CORBA.CompletionStatus cs)
return noIr( cs, null ) ;
|
public org.omg.CORBA.INTF_REPOS | noIr(java.lang.Throwable t)
return noIr( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTF_REPOS | noIr()
return noIr( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_CONTEXT | noMatchingIdlContext(java.lang.Throwable t)
return noMatchingIdlContext( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_CONTEXT | noMatchingIdlContext()
return noMatchingIdlContext( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_CONTEXT | noMatchingIdlContext(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_CONTEXT exc = new BAD_CONTEXT( NO_MATCHING_IDL_CONTEXT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noMatchingIdlContext",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_CONTEXT | noMatchingIdlContext(org.omg.CORBA.CompletionStatus cs)
return noMatchingIdlContext( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | noObjectAdaptor(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( NO_OBJECT_ADAPTOR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.noObjectAdaptor",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | noObjectAdaptor(org.omg.CORBA.CompletionStatus cs)
return noObjectAdaptor( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | noObjectAdaptor(java.lang.Throwable t)
return noObjectAdaptor( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | noObjectAdaptor()
return noObjectAdaptor( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INV_POLICY | noPolicyFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INV_POLICY exc = new INV_POLICY( NO_POLICY_FACTORY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noPolicyFactory",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INV_POLICY | noPolicyFactory(org.omg.CORBA.CompletionStatus cs)
return noPolicyFactory( cs, null ) ;
|
public org.omg.CORBA.INV_POLICY | noPolicyFactory(java.lang.Throwable t)
return noPolicyFactory( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INV_POLICY | noPolicyFactory()
return noPolicyFactory( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noServantManager(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( NO_SERVANT_MANAGER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noServantManager",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | noServantManager(org.omg.CORBA.CompletionStatus cs)
return noServantManager( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noServantManager(java.lang.Throwable t)
return noServantManager( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noServantManager()
return noServantManager( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INV_OBJREF | noServerWcharCodesetCmp(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INV_OBJREF exc = new INV_OBJREF( NO_SERVER_WCHAR_CODESET_CMP, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noServerWcharCodesetCmp",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INV_OBJREF | noServerWcharCodesetCmp(org.omg.CORBA.CompletionStatus cs)
return noServerWcharCodesetCmp( cs, null ) ;
|
public org.omg.CORBA.INV_OBJREF | noServerWcharCodesetCmp(java.lang.Throwable t)
return noServerWcharCodesetCmp( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INV_OBJREF | noServerWcharCodesetCmp()
return noServerWcharCodesetCmp( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.IMP_LIMIT | noUsableProfile(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
IMP_LIMIT exc = new IMP_LIMIT( NO_USABLE_PROFILE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noUsableProfile",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.IMP_LIMIT | noUsableProfile(org.omg.CORBA.CompletionStatus cs)
return noUsableProfile( cs, null ) ;
|
public org.omg.CORBA.IMP_LIMIT | noUsableProfile(java.lang.Throwable t)
return noUsableProfile( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.IMP_LIMIT | noUsableProfile()
return noUsableProfile( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | noUsableProfile2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( NO_USABLE_PROFILE_2, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noUsableProfile2",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | noUsableProfile2(org.omg.CORBA.CompletionStatus cs)
return noUsableProfile2( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | noUsableProfile2(java.lang.Throwable t)
return noUsableProfile2( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | noUsableProfile2()
return noUsableProfile2( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.TRANSIENT | noUsableProfile3(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
TRANSIENT exc = new TRANSIENT( NO_USABLE_PROFILE_3, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noUsableProfile3",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.TRANSIENT | noUsableProfile3(org.omg.CORBA.CompletionStatus cs)
return noUsableProfile3( cs, null ) ;
|
public org.omg.CORBA.TRANSIENT | noUsableProfile3(java.lang.Throwable t)
return noUsableProfile3( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.TRANSIENT | noUsableProfile3()
return noUsableProfile3( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | notAValueinputstream(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( NOT_A_VALUEINPUTSTREAM, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.notAValueinputstream",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | notAValueinputstream(org.omg.CORBA.CompletionStatus cs)
return notAValueinputstream( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | notAValueinputstream(java.lang.Throwable t)
return notAValueinputstream( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | notAValueinputstream()
return notAValueinputstream( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | notAValueoutputstream(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( NOT_A_VALUEOUTPUTSTREAM, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.notAValueoutputstream",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | notAValueoutputstream(org.omg.CORBA.CompletionStatus cs)
return notAValueoutputstream( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | notAValueoutputstream(java.lang.Throwable t)
return notAValueoutputstream( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | notAValueoutputstream()
return notAValueoutputstream( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | notAnObjectImpl(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( NOT_AN_OBJECT_IMPL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.notAnObjectImpl",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | notAnObjectImpl(org.omg.CORBA.CompletionStatus cs)
return notAnObjectImpl( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | notAnObjectImpl(java.lang.Throwable t)
return notAnObjectImpl( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | notAnObjectImpl()
return notAnObjectImpl( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | notSerializable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( NOT_SERIALIZABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "OMG.notSerializable",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | notSerializable(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return notSerializable( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | notSerializable(java.lang.Throwable t, java.lang.Object arg0)
return notSerializable( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | notSerializable(java.lang.Object arg0)
return notSerializable( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | nullServantReturned(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( NULL_SERVANT_RETURNED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.nullServantReturned",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | nullServantReturned(org.omg.CORBA.CompletionStatus cs)
return nullServantReturned( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | nullServantReturned(java.lang.Throwable t)
return nullServantReturned( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | nullServantReturned()
return nullServantReturned( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | objectAdapterInactive(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( OBJECT_ADAPTER_INACTIVE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.objectAdapterInactive",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | objectAdapterInactive(org.omg.CORBA.CompletionStatus cs)
return objectAdapterInactive( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | objectAdapterInactive(java.lang.Throwable t)
return objectAdapterInactive( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | objectAdapterInactive()
return objectAdapterInactive( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | operationUnknownToTarget(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( OPERATION_UNKNOWN_TO_TARGET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.operationUnknownToTarget",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | operationUnknownToTarget(org.omg.CORBA.CompletionStatus cs)
return operationUnknownToTarget( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | operationUnknownToTarget(java.lang.Throwable t)
return operationUnknownToTarget( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | operationUnknownToTarget()
return operationUnknownToTarget( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | piExcCompEstablished(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( PI_EXC_COMP_ESTABLISHED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.piExcCompEstablished",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | piExcCompEstablished(org.omg.CORBA.CompletionStatus cs)
return piExcCompEstablished( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | piExcCompEstablished(java.lang.Throwable t)
return piExcCompEstablished( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | piExcCompEstablished()
return piExcCompEstablished( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported1(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_RESOURCES exc = new NO_RESOURCES( PI_OPERATION_NOT_SUPPORTED1, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.piOperationNotSupported1",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported1(org.omg.CORBA.CompletionStatus cs)
return piOperationNotSupported1( cs, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported1(java.lang.Throwable t)
return piOperationNotSupported1( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported1()
return piOperationNotSupported1( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_RESOURCES exc = new NO_RESOURCES( PI_OPERATION_NOT_SUPPORTED2, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.piOperationNotSupported2",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported2(org.omg.CORBA.CompletionStatus cs)
return piOperationNotSupported2( cs, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported2(java.lang.Throwable t)
return piOperationNotSupported2( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported2()
return piOperationNotSupported2( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported3(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_RESOURCES exc = new NO_RESOURCES( PI_OPERATION_NOT_SUPPORTED3, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.piOperationNotSupported3",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported3(org.omg.CORBA.CompletionStatus cs)
return piOperationNotSupported3( cs, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported3(java.lang.Throwable t)
return piOperationNotSupported3( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported3()
return piOperationNotSupported3( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported4(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_RESOURCES exc = new NO_RESOURCES( PI_OPERATION_NOT_SUPPORTED4, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.piOperationNotSupported4",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported4(org.omg.CORBA.CompletionStatus cs)
return piOperationNotSupported4( cs, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported4(java.lang.Throwable t)
return piOperationNotSupported4( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported4()
return piOperationNotSupported4( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported5(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_RESOURCES exc = new NO_RESOURCES( PI_OPERATION_NOT_SUPPORTED5, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.piOperationNotSupported5",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported5(org.omg.CORBA.CompletionStatus cs)
return piOperationNotSupported5( cs, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported5(java.lang.Throwable t)
return piOperationNotSupported5( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported5()
return piOperationNotSupported5( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported6(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_RESOURCES exc = new NO_RESOURCES( PI_OPERATION_NOT_SUPPORTED6, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.piOperationNotSupported6",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported6(org.omg.CORBA.CompletionStatus cs)
return piOperationNotSupported6( cs, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported6(java.lang.Throwable t)
return piOperationNotSupported6( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported6()
return piOperationNotSupported6( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported7(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_RESOURCES exc = new NO_RESOURCES( PI_OPERATION_NOT_SUPPORTED7, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.piOperationNotSupported7",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported7(org.omg.CORBA.CompletionStatus cs)
return piOperationNotSupported7( cs, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported7(java.lang.Throwable t)
return piOperationNotSupported7( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported7()
return piOperationNotSupported7( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported8(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_RESOURCES exc = new NO_RESOURCES( PI_OPERATION_NOT_SUPPORTED8, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.piOperationNotSupported8",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported8(org.omg.CORBA.CompletionStatus cs)
return piOperationNotSupported8( cs, null ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported8(java.lang.Throwable t)
return piOperationNotSupported8( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_RESOURCES | piOperationNotSupported8()
return piOperationNotSupported8( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | piUnknownUserException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( PI_UNKNOWN_USER_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.piUnknownUserException",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | piUnknownUserException(org.omg.CORBA.CompletionStatus cs)
return piUnknownUserException( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | piUnknownUserException(java.lang.Throwable t)
return piUnknownUserException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | piUnknownUserException()
return piUnknownUserException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.TRANSIENT | poaDestroyed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
TRANSIENT exc = new TRANSIENT( POA_DESTROYED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.poaDestroyed",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.TRANSIENT | poaDestroyed(org.omg.CORBA.CompletionStatus cs)
return poaDestroyed( cs, null ) ;
|
public org.omg.CORBA.TRANSIENT | poaDestroyed(java.lang.Throwable t)
return poaDestroyed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.TRANSIENT | poaDestroyed()
return poaDestroyed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.TRANSIENT | poaRequestDiscard(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
TRANSIENT exc = new TRANSIENT( POA_REQUEST_DISCARD, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.poaRequestDiscard",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.TRANSIENT | poaRequestDiscard(org.omg.CORBA.CompletionStatus cs)
return poaRequestDiscard( cs, null ) ;
|
public org.omg.CORBA.TRANSIENT | poaRequestDiscard(java.lang.Throwable t)
return poaRequestDiscard( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.TRANSIENT | poaRequestDiscard()
return poaRequestDiscard( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | policyFactoryRegFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_INV_ORDER exc = new BAD_INV_ORDER( POLICY_FACTORY_REG_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "OMG.policyFactoryRegFailed",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | policyFactoryRegFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return policyFactoryRegFailed( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | policyFactoryRegFailed(java.lang.Throwable t, java.lang.Object arg0)
return policyFactoryRegFailed( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | policyFactoryRegFailed(java.lang.Object arg0)
return policyFactoryRegFailed( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | policyTypeDuplicate(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( POLICY_TYPE_DUPLICATE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.policyTypeDuplicate",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | policyTypeDuplicate(org.omg.CORBA.CompletionStatus cs)
return policyTypeDuplicate( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | policyTypeDuplicate(java.lang.Throwable t)
return policyTypeDuplicate( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | policyTypeDuplicate()
return policyTypeDuplicate( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INV_POLICY | policyUnknown(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INV_POLICY exc = new INV_POLICY( POLICY_UNKNOWN, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.policyUnknown",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INV_POLICY | policyUnknown(org.omg.CORBA.CompletionStatus cs)
return policyUnknown( cs, null ) ;
|
public org.omg.CORBA.INV_POLICY | policyUnknown(java.lang.Throwable t)
return policyUnknown( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INV_POLICY | policyUnknown()
return policyUnknown( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | priorityMapFailre(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( PRIORITY_MAP_FAILRE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.priorityMapFailre",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | priorityMapFailre(org.omg.CORBA.CompletionStatus cs)
return priorityMapFailre( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | priorityMapFailre(java.lang.Throwable t)
return priorityMapFailre( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | priorityMapFailre()
return priorityMapFailre( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | priorityRangeRestrict(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( PRIORITY_RANGE_RESTRICT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.priorityRangeRestrict",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | priorityRangeRestrict(org.omg.CORBA.CompletionStatus cs)
return priorityRangeRestrict( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | priorityRangeRestrict(java.lang.Throwable t)
return priorityRangeRestrict( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | priorityRangeRestrict()
return priorityRangeRestrict( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | priorityReassign(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( PRIORITY_REASSIGN, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.priorityReassign",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | priorityReassign(org.omg.CORBA.CompletionStatus cs)
return priorityReassign( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | priorityReassign(java.lang.Throwable t)
return priorityReassign( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | priorityReassign()
return priorityReassign( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.TRANSIENT | requestCancelled(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
TRANSIENT exc = new TRANSIENT( REQUEST_CANCELLED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.requestCancelled",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.TRANSIENT | requestCancelled(org.omg.CORBA.CompletionStatus cs)
return requestCancelled( cs, null ) ;
|
public org.omg.CORBA.TRANSIENT | requestCancelled(java.lang.Throwable t)
return requestCancelled( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.TRANSIENT | requestCancelled()
return requestCancelled( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | ridAlreadyDefined(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( RID_ALREADY_DEFINED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.ridAlreadyDefined",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | ridAlreadyDefined(org.omg.CORBA.CompletionStatus cs)
return ridAlreadyDefined( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | ridAlreadyDefined(java.lang.Throwable t)
return ridAlreadyDefined( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | ridAlreadyDefined()
return ridAlreadyDefined( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | rirWithNullObject(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( RIR_WITH_NULL_OBJECT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.rirWithNullObject",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | rirWithNullObject(org.omg.CORBA.CompletionStatus cs)
return rirWithNullObject( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | rirWithNullObject(java.lang.Throwable t)
return rirWithNullObject( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | rirWithNullObject()
return rirWithNullObject( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible1(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( RMIIIOP_OPTIONAL_DATA_INCOMPATIBLE1, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.rmiiiopOptionalDataIncompatible1",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible1(org.omg.CORBA.CompletionStatus cs)
return rmiiiopOptionalDataIncompatible1( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible1(java.lang.Throwable t)
return rmiiiopOptionalDataIncompatible1( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible1()
return rmiiiopOptionalDataIncompatible1( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( RMIIIOP_OPTIONAL_DATA_INCOMPATIBLE2, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.rmiiiopOptionalDataIncompatible2",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible2(org.omg.CORBA.CompletionStatus cs)
return rmiiiopOptionalDataIncompatible2( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible2(java.lang.Throwable t)
return rmiiiopOptionalDataIncompatible2( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible2()
return rmiiiopOptionalDataIncompatible2( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible3(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( RMIIIOP_OPTIONAL_DATA_INCOMPATIBLE3, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.rmiiiopOptionalDataIncompatible3",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible3(org.omg.CORBA.CompletionStatus cs)
return rmiiiopOptionalDataIncompatible3( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible3(java.lang.Throwable t)
return rmiiiopOptionalDataIncompatible3( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | rmiiiopOptionalDataIncompatible3()
return rmiiiopOptionalDataIncompatible3( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | serviceContextAddFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_INV_ORDER exc = new BAD_INV_ORDER( SERVICE_CONTEXT_ADD_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.FINE, "OMG.serviceContextAddFailed",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | serviceContextAddFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return serviceContextAddFailed( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | serviceContextAddFailed(java.lang.Throwable t, java.lang.Object arg0)
return serviceContextAddFailed( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | serviceContextAddFailed(java.lang.Object arg0)
return serviceContextAddFailed( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | setExceptionBadAny(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( SET_EXCEPTION_BAD_ANY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.setExceptionBadAny",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | setExceptionBadAny(org.omg.CORBA.CompletionStatus cs)
return setExceptionBadAny( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | setExceptionBadAny(java.lang.Throwable t)
return setExceptionBadAny( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | setExceptionBadAny()
return setExceptionBadAny( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | setExceptionUnlisted(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( SET_EXCEPTION_UNLISTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.setExceptionUnlisted",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | setExceptionUnlisted(org.omg.CORBA.CompletionStatus cs)
return setExceptionUnlisted( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | setExceptionUnlisted(java.lang.Throwable t)
return setExceptionUnlisted( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | setExceptionUnlisted()
return setExceptionUnlisted( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | setResultBeforeCtx(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( SET_RESULT_BEFORE_CTX, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.setResultBeforeCtx",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | setResultBeforeCtx(org.omg.CORBA.CompletionStatus cs)
return setResultBeforeCtx( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | setResultBeforeCtx(java.lang.Throwable t)
return setResultBeforeCtx( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | setResultBeforeCtx()
return setResultBeforeCtx( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | shutdownWaitForCompletionDeadlock(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( SHUTDOWN_WAIT_FOR_COMPLETION_DEADLOCK, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.shutdownWaitForCompletionDeadlock",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | shutdownWaitForCompletionDeadlock(org.omg.CORBA.CompletionStatus cs)
return shutdownWaitForCompletionDeadlock( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | shutdownWaitForCompletionDeadlock(java.lang.Throwable t)
return shutdownWaitForCompletionDeadlock( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | shutdownWaitForCompletionDeadlock()
return shutdownWaitForCompletionDeadlock( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | soBadAddress(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( SO_BAD_ADDRESS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.soBadAddress",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | soBadAddress(org.omg.CORBA.CompletionStatus cs)
return soBadAddress( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | soBadAddress(java.lang.Throwable t)
return soBadAddress( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | soBadAddress()
return soBadAddress( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | soBadSchemaSpecific(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( SO_BAD_SCHEMA_SPECIFIC, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.soBadSchemaSpecific",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | soBadSchemaSpecific(org.omg.CORBA.CompletionStatus cs)
return soBadSchemaSpecific( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | soBadSchemaSpecific(java.lang.Throwable t)
return soBadSchemaSpecific( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | soBadSchemaSpecific()
return soBadSchemaSpecific( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | soBadSchemeName(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( SO_BAD_SCHEME_NAME, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.soBadSchemeName",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | soBadSchemeName(org.omg.CORBA.CompletionStatus cs)
return soBadSchemeName( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | soBadSchemeName(java.lang.Throwable t)
return soBadSchemeName( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | soBadSchemeName()
return soBadSchemeName( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | soNonSpecific(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( SO_NON_SPECIFIC, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.soNonSpecific",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | soNonSpecific(org.omg.CORBA.CompletionStatus cs)
return soNonSpecific( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | soNonSpecific(java.lang.Throwable t)
return soNonSpecific( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | soNonSpecific()
return soNonSpecific( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | targetNotContainer(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( TARGET_NOT_CONTAINER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.targetNotContainer",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | targetNotContainer(org.omg.CORBA.CompletionStatus cs)
return targetNotContainer( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | targetNotContainer(java.lang.Throwable t)
return targetNotContainer( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | targetNotContainer()
return targetNotContainer( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionBadDisc(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( TC_UNION_BAD_DISC, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.tcUnionBadDisc",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionBadDisc(org.omg.CORBA.CompletionStatus cs)
return tcUnionBadDisc( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionBadDisc(java.lang.Throwable t)
return tcUnionBadDisc( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionBadDisc()
return tcUnionBadDisc( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionDupLabel(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( TC_UNION_DUP_LABEL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.tcUnionDupLabel",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionDupLabel(org.omg.CORBA.CompletionStatus cs)
return tcUnionDupLabel( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionDupLabel(java.lang.Throwable t)
return tcUnionDupLabel( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionDupLabel()
return tcUnionDupLabel( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionIncompatible(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( TC_UNION_INCOMPATIBLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.tcUnionIncompatible",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionIncompatible(org.omg.CORBA.CompletionStatus cs)
return tcUnionIncompatible( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionIncompatible(java.lang.Throwable t)
return tcUnionIncompatible( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | tcUnionIncompatible()
return tcUnionIncompatible( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | typecodeBadName(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( TYPECODE_BAD_NAME, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.typecodeBadName",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | typecodeBadName(org.omg.CORBA.CompletionStatus cs)
return typecodeBadName( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | typecodeBadName(java.lang.Throwable t)
return typecodeBadName( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | typecodeBadName()
return typecodeBadName( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | typecodeBadRepid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( TYPECODE_BAD_REPID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.typecodeBadRepid",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | typecodeBadRepid(org.omg.CORBA.CompletionStatus cs)
return typecodeBadRepid( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | typecodeBadRepid(java.lang.Throwable t)
return typecodeBadRepid( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | typecodeBadRepid()
return typecodeBadRepid( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | typecodeInvMember(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( TYPECODE_INV_MEMBER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.typecodeInvMember",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | typecodeInvMember(org.omg.CORBA.CompletionStatus cs)
return typecodeInvMember( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | typecodeInvMember(java.lang.Throwable t)
return typecodeInvMember( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | typecodeInvMember()
return typecodeInvMember( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | unableLocateValueFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( UNABLE_LOCATE_VALUE_FACTORY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.unableLocateValueFactory",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | unableLocateValueFactory(org.omg.CORBA.CompletionStatus cs)
return unableLocateValueFactory( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | unableLocateValueFactory(java.lang.Throwable t)
return unableLocateValueFactory( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | unableLocateValueFactory()
return unableLocateValueFactory( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | unableRegisterValueFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( UNABLE_REGISTER_VALUE_FACTORY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.unableRegisterValueFactory",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | unableRegisterValueFactory(org.omg.CORBA.CompletionStatus cs)
return unableRegisterValueFactory( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | unableRegisterValueFactory(java.lang.Throwable t)
return unableRegisterValueFactory( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | unableRegisterValueFactory()
return unableRegisterValueFactory( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | unionBadDiscriminator(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( UNION_BAD_DISCRIMINATOR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.unionBadDiscriminator",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | unionBadDiscriminator(org.omg.CORBA.CompletionStatus cs)
return unionBadDiscriminator( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | unionBadDiscriminator(java.lang.Throwable t)
return unionBadDiscriminator( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | unionBadDiscriminator()
return unionBadDiscriminator( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownUserException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNKNOWN_USER_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.unknownUserException",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unknownUserException(org.omg.CORBA.CompletionStatus cs)
return unknownUserException( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownUserException(java.lang.Throwable t)
return unknownUserException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unknownUserException()
return unknownUserException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | unregisteredValueAsObjref(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( UNREGISTERED_VALUE_AS_OBJREF, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.unregisteredValueAsObjref",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | unregisteredValueAsObjref(org.omg.CORBA.CompletionStatus cs)
return unregisteredValueAsObjref( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | unregisteredValueAsObjref(java.lang.Throwable t)
return unregisteredValueAsObjref( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | unregisteredValueAsObjref()
return unregisteredValueAsObjref( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | unsupportedFormatVersion(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( UNSUPPORTED_FORMAT_VERSION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.unsupportedFormatVersion",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | unsupportedFormatVersion(org.omg.CORBA.CompletionStatus cs)
return unsupportedFormatVersion( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | unsupportedFormatVersion(java.lang.Throwable t)
return unsupportedFormatVersion( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | unsupportedFormatVersion()
return unsupportedFormatVersion( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | unsupportedSystemException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNSUPPORTED_SYSTEM_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.unsupportedSystemException",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unsupportedSystemException(org.omg.CORBA.CompletionStatus cs)
return unsupportedSystemException( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unsupportedSystemException(java.lang.Throwable t)
return unsupportedSystemException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unsupportedSystemException()
return unsupportedSystemException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | wcharBadGiopVersionReturned(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( WCHAR_BAD_GIOP_VERSION_RETURNED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.wcharBadGiopVersionReturned",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | wcharBadGiopVersionReturned(org.omg.CORBA.CompletionStatus cs)
return wcharBadGiopVersionReturned( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | wcharBadGiopVersionReturned(java.lang.Throwable t)
return wcharBadGiopVersionReturned( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | wcharBadGiopVersionReturned()
return wcharBadGiopVersionReturned( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | wcharBadGiopVersionSent(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( WCHAR_BAD_GIOP_VERSION_SENT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.wcharBadGiopVersionSent",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | wcharBadGiopVersionSent(org.omg.CORBA.CompletionStatus cs)
return wcharBadGiopVersionSent( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | wcharBadGiopVersionSent(java.lang.Throwable t)
return wcharBadGiopVersionSent( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | wcharBadGiopVersionSent()
return wcharBadGiopVersionSent( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | xaCallInval(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( XA_CALL_INVAL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.xaCallInval",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | xaCallInval(org.omg.CORBA.CompletionStatus cs)
return xaCallInval( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | xaCallInval(java.lang.Throwable t)
return xaCallInval( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | xaCallInval()
return xaCallInval( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaEndTrueRollbackDeferred(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
TRANSACTION_ROLLEDBACK exc = new TRANSACTION_ROLLEDBACK( XA_END_TRUE_ROLLBACK_DEFERRED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.xaEndTrueRollbackDeferred",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaEndTrueRollbackDeferred(org.omg.CORBA.CompletionStatus cs)
return xaEndTrueRollbackDeferred( cs, null ) ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaEndTrueRollbackDeferred(java.lang.Throwable t)
return xaEndTrueRollbackDeferred( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaEndTrueRollbackDeferred()
return xaEndTrueRollbackDeferred( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaNota(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
TRANSACTION_ROLLEDBACK exc = new TRANSACTION_ROLLEDBACK( XA_NOTA, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.xaNota",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaNota(org.omg.CORBA.CompletionStatus cs)
return xaNota( cs, null ) ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaNota(java.lang.Throwable t)
return xaNota( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaNota()
return xaNota( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaRb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
TRANSACTION_ROLLEDBACK exc = new TRANSACTION_ROLLEDBACK( XA_RB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.xaRb",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaRb(org.omg.CORBA.CompletionStatus cs)
return xaRb( cs, null ) ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaRb(java.lang.Throwable t)
return xaRb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.TRANSACTION_ROLLEDBACK | xaRb()
return xaRb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | xaRmerr(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( XA_RMERR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.xaRmerr",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | xaRmerr(org.omg.CORBA.CompletionStatus cs)
return xaRmerr( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | xaRmerr(java.lang.Throwable t)
return xaRmerr( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | xaRmerr()
return xaRmerr( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | xaRmfail(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( XA_RMFAIL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.xaRmfail",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | xaRmfail(org.omg.CORBA.CompletionStatus cs)
return xaRmfail( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | xaRmfail(java.lang.Throwable t)
return xaRmfail( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | xaRmfail()
return xaRmfail( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | xaStartOutsize(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( XA_START_OUTSIZE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.xaStartOutsize",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | xaStartOutsize(org.omg.CORBA.CompletionStatus cs)
return xaStartOutsize( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | xaStartOutsize(java.lang.Throwable t)
return xaStartOutsize( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | xaStartOutsize()
return xaStartOutsize( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | xaStartProto(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( XA_START_PROTO, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.xaStartProto",
parameters, OMGSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | xaStartProto(org.omg.CORBA.CompletionStatus cs)
return xaStartProto( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | xaStartProto(java.lang.Throwable t)
return xaStartProto( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | xaStartProto()
return xaStartProto( CompletionStatus.COMPLETED_NO, null ) ;
|