Methods Summary |
---|
public org.omg.CORBA.BAD_PARAM | abstractFromNonAbstract(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( ABSTRACT_FROM_NON_ABSTRACT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.abstractFromNonAbstract",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | abstractFromNonAbstract(org.omg.CORBA.CompletionStatus cs)
return abstractFromNonAbstract( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | abstractFromNonAbstract(java.lang.Throwable t)
return abstractFromNonAbstract( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | abstractFromNonAbstract()
return abstractFromNonAbstract( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | acceptorInstantiationFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( ACCEPTOR_INSTANTIATION_FAILURE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.acceptorInstantiationFailure",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | acceptorInstantiationFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return acceptorInstantiationFailure( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | acceptorInstantiationFailure(java.lang.Throwable t, java.lang.Object arg0)
return acceptorInstantiationFailure( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | acceptorInstantiationFailure(java.lang.Object arg0)
return acceptorInstantiationFailure( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | acceptorInstantiationTypeFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( ACCEPTOR_INSTANTIATION_TYPE_FAILURE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.acceptorInstantiationTypeFailure",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | acceptorInstantiationTypeFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return acceptorInstantiationTypeFailure( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | acceptorInstantiationTypeFailure(java.lang.Throwable t, java.lang.Object arg0)
return acceptorInstantiationTypeFailure( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | acceptorInstantiationTypeFailure(java.lang.Object arg0)
return acceptorInstantiationTypeFailure( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | acceptorsAndLegacySocketFactoryAtSameTime(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( ACCEPTORS_AND_LEGACY_SOCKET_FACTORY_AT_SAME_TIME, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.acceptorsAndLegacySocketFactoryAtSameTime",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | acceptorsAndLegacySocketFactoryAtSameTime(org.omg.CORBA.CompletionStatus cs)
return acceptorsAndLegacySocketFactoryAtSameTime( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | acceptorsAndLegacySocketFactoryAtSameTime(java.lang.Throwable t)
return acceptorsAndLegacySocketFactoryAtSameTime( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | acceptorsAndLegacySocketFactoryAtSameTime()
return acceptorsAndLegacySocketFactoryAtSameTime( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | adapterIdNotAvailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( ADAPTER_ID_NOT_AVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.adapterIdNotAvailable",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | adapterIdNotAvailable(org.omg.CORBA.CompletionStatus cs)
return adapterIdNotAvailable( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | adapterIdNotAvailable(java.lang.Throwable t)
return adapterIdNotAvailable( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | adapterIdNotAvailable()
return adapterIdNotAvailable( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | adapterInactiveInActivation(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( ADAPTER_INACTIVE_IN_ACTIVATION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.adapterInactiveInActivation",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | adapterInactiveInActivation(org.omg.CORBA.CompletionStatus cs)
return adapterInactiveInActivation( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | adapterInactiveInActivation(java.lang.Throwable t)
return adapterInactiveInActivation( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | adapterInactiveInActivation()
return adapterInactiveInActivation( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | applicationExceptionInSpecialMethod(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( APPLICATION_EXCEPTION_IN_SPECIAL_METHOD, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.applicationExceptionInSpecialMethod",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | applicationExceptionInSpecialMethod(org.omg.CORBA.CompletionStatus cs)
return applicationExceptionInSpecialMethod( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | applicationExceptionInSpecialMethod(java.lang.Throwable t)
return applicationExceptionInSpecialMethod( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | applicationExceptionInSpecialMethod()
return applicationExceptionInSpecialMethod( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledAfterException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( ARGUMENTS_CALLED_AFTER_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.argumentsCalledAfterException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledAfterException(org.omg.CORBA.CompletionStatus cs)
return argumentsCalledAfterException( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledAfterException(java.lang.Throwable t)
return argumentsCalledAfterException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledAfterException()
return argumentsCalledAfterException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledMultiple(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( ARGUMENTS_CALLED_MULTIPLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.argumentsCalledMultiple",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledMultiple(org.omg.CORBA.CompletionStatus cs)
return argumentsCalledMultiple( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledMultiple(java.lang.Throwable t)
return argumentsCalledMultiple( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledMultiple()
return argumentsCalledMultiple( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledNullArgs(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( ARGUMENTS_CALLED_NULL_ARGS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.argumentsCalledNullArgs",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledNullArgs(org.omg.CORBA.CompletionStatus cs)
return argumentsCalledNullArgs( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledNullArgs(java.lang.Throwable t)
return argumentsCalledNullArgs( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsCalledNullArgs()
return argumentsCalledNullArgs( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsNotCalled(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( ARGUMENTS_NOT_CALLED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.argumentsNotCalled",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsNotCalled(org.omg.CORBA.CompletionStatus cs)
return argumentsNotCalled( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsNotCalled(java.lang.Throwable t)
return argumentsNotCalled( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | argumentsNotCalled()
return argumentsNotCalled( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | badActivateTieCall(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( BAD_ACTIVATE_TIE_CALL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badActivateTieCall",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | badActivateTieCall(org.omg.CORBA.CompletionStatus cs)
return badActivateTieCall( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | badActivateTieCall(java.lang.Throwable t)
return badActivateTieCall( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | badActivateTieCall()
return badActivateTieCall( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badAdapterId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( BAD_ADAPTER_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badAdapterId",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badAdapterId(org.omg.CORBA.CompletionStatus cs)
return badAdapterId( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badAdapterId(java.lang.Throwable t)
return badAdapterId( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badAdapterId()
return badAdapterId( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | badArgumentsNvlist(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( BAD_ARGUMENTS_NVLIST, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.badArgumentsNvlist",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badArgumentsNvlist(org.omg.CORBA.CompletionStatus cs)
return badArgumentsNvlist( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | badArgumentsNvlist(java.lang.Throwable t)
return badArgumentsNvlist( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | badArgumentsNvlist()
return badArgumentsNvlist( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | badChunkLength(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
MARSHAL exc = new MARSHAL( BAD_CHUNK_LENGTH, 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, "ORBUTIL.badChunkLength",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badChunkLength(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return badChunkLength( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | badChunkLength(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return badChunkLength( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | badChunkLength(java.lang.Object arg0, java.lang.Object arg1)
return badChunkLength( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | badCodeSetString(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BAD_CODE_SET_STRING, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badCodeSetString",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badCodeSetString(org.omg.CORBA.CompletionStatus cs)
return badCodeSetString( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badCodeSetString(java.lang.Throwable t)
return badCodeSetString( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badCodeSetString()
return badCodeSetString( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | badCodebaseIndirection(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( BAD_CODEBASE_INDIRECTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badCodebaseIndirection",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badCodebaseIndirection(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badCodebaseIndirection( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | badCodebaseIndirection(java.lang.Throwable t, java.lang.Object arg0)
return badCodebaseIndirection( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | badCodebaseIndirection(java.lang.Object arg0)
return badCodebaseIndirection( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCodesetsFromClient(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_CODESETS_FROM_CLIENT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badCodesetsFromClient",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badCodesetsFromClient(org.omg.CORBA.CompletionStatus cs)
return badCodesetsFromClient( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCodesetsFromClient(java.lang.Throwable t)
return badCodesetsFromClient( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCodesetsFromClient()
return badCodesetsFromClient( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | badCompletionStatusInLocateReply(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( BAD_COMPLETION_STATUS_IN_LOCATE_REPLY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badCompletionStatusInLocateReply",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badCompletionStatusInLocateReply(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badCompletionStatusInLocateReply( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badCompletionStatusInLocateReply(java.lang.Throwable t, java.lang.Object arg0)
return badCompletionStatusInLocateReply( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badCompletionStatusInLocateReply(java.lang.Object arg0)
return badCompletionStatusInLocateReply( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badCompletionStatusInReply(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( BAD_COMPLETION_STATUS_IN_REPLY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badCompletionStatusInReply",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badCompletionStatusInReply(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badCompletionStatusInReply( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badCompletionStatusInReply(java.lang.Throwable t, java.lang.Object arg0)
return badCompletionStatusInReply( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badCompletionStatusInReply(java.lang.Object arg0)
return badCompletionStatusInReply( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badContactInfoListFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_CONTACT_INFO_LIST_FACTORY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badContactInfoListFactory",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badContactInfoListFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badContactInfoListFactory( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badContactInfoListFactory(java.lang.Throwable t, java.lang.Object arg0)
return badContactInfoListFactory( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badContactInfoListFactory(java.lang.Object arg0)
return badContactInfoListFactory( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INV_OBJREF | badCorbalocString(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INV_OBJREF exc = new INV_OBJREF( BAD_CORBALOC_STRING, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badCorbalocString",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INV_OBJREF | badCorbalocString(org.omg.CORBA.CompletionStatus cs)
return badCorbalocString( cs, null ) ;
|
public org.omg.CORBA.INV_OBJREF | badCorbalocString(java.lang.Throwable t)
return badCorbalocString( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INV_OBJREF | badCorbalocString()
return badCorbalocString( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomIiopPrimaryToContactInfo(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_CUSTOM_IIOP_PRIMARY_TO_CONTACT_INFO, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badCustomIiopPrimaryToContactInfo",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomIiopPrimaryToContactInfo(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badCustomIiopPrimaryToContactInfo( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomIiopPrimaryToContactInfo(java.lang.Throwable t, java.lang.Object arg0)
return badCustomIiopPrimaryToContactInfo( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomIiopPrimaryToContactInfo(java.lang.Object arg0)
return badCustomIiopPrimaryToContactInfo( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomIorToSocketInfo(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_CUSTOM_IOR_TO_SOCKET_INFO, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badCustomIorToSocketInfo",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomIorToSocketInfo(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badCustomIorToSocketInfo( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomIorToSocketInfo(java.lang.Throwable t, java.lang.Object arg0)
return badCustomIorToSocketInfo( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomIorToSocketInfo(java.lang.Object arg0)
return badCustomIorToSocketInfo( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomSocketFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_CUSTOM_SOCKET_FACTORY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badCustomSocketFactory",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomSocketFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badCustomSocketFactory( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomSocketFactory(java.lang.Throwable t, java.lang.Object arg0)
return badCustomSocketFactory( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badCustomSocketFactory(java.lang.Object arg0)
return badCustomSocketFactory( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | badDigitInFixed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( BAD_DIGIT_IN_FIXED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badDigitInFixed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badDigitInFixed(org.omg.CORBA.CompletionStatus cs)
return badDigitInFixed( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | badDigitInFixed(java.lang.Throwable t)
return badDigitInFixed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | badDigitInFixed()
return badDigitInFixed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | badExceptionDetailMessageServiceContextType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BAD_EXCEPTION_DETAIL_MESSAGE_SERVICE_CONTEXT_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badExceptionDetailMessageServiceContextType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badExceptionDetailMessageServiceContextType(org.omg.CORBA.CompletionStatus cs)
return badExceptionDetailMessageServiceContextType( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badExceptionDetailMessageServiceContextType(java.lang.Throwable t)
return badExceptionDetailMessageServiceContextType( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badExceptionDetailMessageServiceContextType()
return badExceptionDetailMessageServiceContextType( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | badFixed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
MARSHAL exc = new MARSHAL( BAD_FIXED, 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, "ORBUTIL.badFixed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badFixed(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return badFixed( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | badFixed(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return badFixed( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | badFixed(java.lang.Object arg0, java.lang.Object arg1)
return badFixed( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badGiop11Ctb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_GIOP_1_1_CTB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badGiop11Ctb",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badGiop11Ctb(org.omg.CORBA.CompletionStatus cs)
return badGiop11Ctb( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badGiop11Ctb(java.lang.Throwable t)
return badGiop11Ctb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badGiop11Ctb()
return badGiop11Ctb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | badGiopRequestType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BAD_GIOP_REQUEST_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badGiopRequestType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badGiopRequestType(org.omg.CORBA.CompletionStatus cs)
return badGiopRequestType( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badGiopRequestType(java.lang.Throwable t)
return badGiopRequestType( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badGiopRequestType()
return badGiopRequestType( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | badHelperIdMethod(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( BAD_HELPER_ID_METHOD, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badHelperIdMethod",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badHelperIdMethod(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badHelperIdMethod( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badHelperIdMethod(java.lang.Throwable t, java.lang.Object arg0)
return badHelperIdMethod( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badHelperIdMethod(java.lang.Object arg0)
return badHelperIdMethod( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badHelperReadMethod(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( BAD_HELPER_READ_METHOD, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badHelperReadMethod",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badHelperReadMethod(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badHelperReadMethod( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badHelperReadMethod(java.lang.Throwable t, java.lang.Object arg0)
return badHelperReadMethod( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badHelperReadMethod(java.lang.Object arg0)
return badHelperReadMethod( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badHelperWriteMethod(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( BAD_HELPER_WRITE_METHOD, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badHelperWriteMethod",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badHelperWriteMethod(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badHelperWriteMethod( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badHelperWriteMethod(java.lang.Throwable t, java.lang.Object arg0)
return badHelperWriteMethod( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badHelperWriteMethod(java.lang.Object arg0)
return badHelperWriteMethod( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badHexDigit(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_HEX_DIGIT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badHexDigit",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badHexDigit(org.omg.CORBA.CompletionStatus cs)
return badHexDigit( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badHexDigit(java.lang.Throwable t)
return badHexDigit( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badHexDigit()
return badHexDigit( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | badInsertobjParam(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( BAD_INSERTOBJ_PARAM, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badInsertobjParam",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badInsertobjParam(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badInsertobjParam( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | badInsertobjParam(java.lang.Throwable t, java.lang.Object arg0)
return badInsertobjParam( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | badInsertobjParam(java.lang.Object arg0)
return badInsertobjParam( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | badKind(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( BAD_KIND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badKind",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badKind(org.omg.CORBA.CompletionStatus cs)
return badKind( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | badKind(java.lang.Throwable t)
return badKind( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | badKind()
return badKind( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | badLocateRequestStatus(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BAD_LOCATE_REQUEST_STATUS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badLocateRequestStatus",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badLocateRequestStatus(org.omg.CORBA.CompletionStatus cs)
return badLocateRequestStatus( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badLocateRequestStatus(java.lang.Throwable t)
return badLocateRequestStatus( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badLocateRequestStatus()
return badLocateRequestStatus( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | badMessageTypeForCancel(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BAD_MESSAGE_TYPE_FOR_CANCEL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badMessageTypeForCancel",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badMessageTypeForCancel(org.omg.CORBA.CompletionStatus cs)
return badMessageTypeForCancel( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badMessageTypeForCancel(java.lang.Throwable t)
return badMessageTypeForCancel( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badMessageTypeForCancel()
return badMessageTypeForCancel( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badModifier(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_MODIFIER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badModifier",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badModifier(org.omg.CORBA.CompletionStatus cs)
return badModifier( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badModifier(java.lang.Throwable t)
return badModifier( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badModifier()
return badModifier( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | badOrbConfigurator(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_OPERATION exc = new BAD_OPERATION( BAD_ORB_CONFIGURATOR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badOrbConfigurator",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | badOrbConfigurator(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badOrbConfigurator( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | badOrbConfigurator(java.lang.Throwable t, java.lang.Object arg0)
return badOrbConfigurator( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | badOrbConfigurator(java.lang.Object arg0)
return badOrbConfigurator( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | badOrbForServant(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( BAD_ORB_FOR_SERVANT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badOrbForServant",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | badOrbForServant(org.omg.CORBA.CompletionStatus cs)
return badOrbForServant( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | badOrbForServant(java.lang.Throwable t)
return badOrbForServant( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | badOrbForServant()
return badOrbForServant( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_TYPECODE | badRemoteTypecode(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_TYPECODE exc = new BAD_TYPECODE( BAD_REMOTE_TYPECODE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badRemoteTypecode",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_TYPECODE | badRemoteTypecode(org.omg.CORBA.CompletionStatus cs)
return badRemoteTypecode( cs, null ) ;
|
public org.omg.CORBA.BAD_TYPECODE | badRemoteTypecode(java.lang.Throwable t)
return badRemoteTypecode( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_TYPECODE | badRemoteTypecode()
return badRemoteTypecode( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | badRepIdIndirection(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( BAD_REP_ID_INDIRECTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badRepIdIndirection",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badRepIdIndirection(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badRepIdIndirection( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | badRepIdIndirection(java.lang.Throwable t, java.lang.Object arg0)
return badRepIdIndirection( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | badRepIdIndirection(java.lang.Object arg0)
return badRepIdIndirection( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badReplystatus(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BAD_REPLYSTATUS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badReplystatus",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badReplystatus(org.omg.CORBA.CompletionStatus cs)
return badReplystatus( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badReplystatus(java.lang.Throwable t)
return badReplystatus( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badReplystatus()
return badReplystatus( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | badReservedLength(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( BAD_RESERVED_LENGTH, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badReservedLength",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badReservedLength(org.omg.CORBA.CompletionStatus cs)
return badReservedLength( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | badReservedLength(java.lang.Throwable t)
return badReservedLength( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | badReservedLength()
return badReservedLength( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badSequenceBounds(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_SEQUENCE_BOUNDS, 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, "ORBUTIL.badSequenceBounds",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badSequenceBounds(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return badSequenceBounds( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badSequenceBounds(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return badSequenceBounds( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badSequenceBounds(java.lang.Object arg0, java.lang.Object arg1)
return badSequenceBounds( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | badServantReadObject(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BAD_SERVANT_READ_OBJECT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badServantReadObject",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badServantReadObject(org.omg.CORBA.CompletionStatus cs)
return badServantReadObject( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badServantReadObject(java.lang.Throwable t)
return badServantReadObject( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badServantReadObject()
return badServantReadObject( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badServerId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( BAD_SERVER_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.badServerId",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badServerId(org.omg.CORBA.CompletionStatus cs)
return badServerId( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badServerId(java.lang.Throwable t)
return badServerId( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badServerId()
return badServerId( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badSkeleton(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( BAD_SKELETON, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badSkeleton",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badSkeleton(org.omg.CORBA.CompletionStatus cs)
return badSkeleton( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badSkeleton(java.lang.Throwable t)
return badSkeleton( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | badSkeleton()
return badSkeleton( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | badStringBounds(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
BAD_OPERATION exc = new BAD_OPERATION( BAD_STRING_BOUNDS, 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, "ORBUTIL.badStringBounds",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | badStringBounds(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return badStringBounds( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_OPERATION | badStringBounds(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return badStringBounds( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_OPERATION | badStringBounds(java.lang.Object arg0, java.lang.Object arg1)
return badStringBounds( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badStringifiedIor(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_STRINGIFIED_IOR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badStringifiedIor",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badStringifiedIor(org.omg.CORBA.CompletionStatus cs)
return badStringifiedIor( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badStringifiedIor(java.lang.Throwable t)
return badStringifiedIor( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badStringifiedIor()
return badStringifiedIor( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badStringifiedIorLen(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_STRINGIFIED_IOR_LEN, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badStringifiedIorLen",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badStringifiedIorLen(org.omg.CORBA.CompletionStatus cs)
return badStringifiedIorLen( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badStringifiedIorLen(java.lang.Throwable t)
return badStringifiedIorLen( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badStringifiedIorLen()
return badStringifiedIorLen( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | badSystemExceptionInLocateReply(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BAD_SYSTEM_EXCEPTION_IN_LOCATE_REPLY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badSystemExceptionInLocateReply",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badSystemExceptionInLocateReply(org.omg.CORBA.CompletionStatus cs)
return badSystemExceptionInLocateReply( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badSystemExceptionInLocateReply(java.lang.Throwable t)
return badSystemExceptionInLocateReply( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badSystemExceptionInLocateReply()
return badSystemExceptionInLocateReply( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | badSystemExceptionInReply(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BAD_SYSTEM_EXCEPTION_IN_REPLY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badSystemExceptionInReply",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badSystemExceptionInReply(org.omg.CORBA.CompletionStatus cs)
return badSystemExceptionInReply( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badSystemExceptionInReply(java.lang.Throwable t)
return badSystemExceptionInReply( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badSystemExceptionInReply()
return badSystemExceptionInReply( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | badToaOaid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( BAD_TOA_OAID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badToaOaid",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badToaOaid(org.omg.CORBA.CompletionStatus cs)
return badToaOaid( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | badToaOaid(java.lang.Throwable t)
return badToaOaid( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | badToaOaid()
return badToaOaid( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | badTypecodeForCustomValue(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( BAD_TYPECODE_FOR_CUSTOM_VALUE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badTypecodeForCustomValue",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badTypecodeForCustomValue(org.omg.CORBA.CompletionStatus cs)
return badTypecodeForCustomValue( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | badTypecodeForCustomValue(java.lang.Throwable t)
return badTypecodeForCustomValue( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | badTypecodeForCustomValue()
return badTypecodeForCustomValue( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badUnicodePair(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_UNICODE_PAIR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badUnicodePair",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badUnicodePair(org.omg.CORBA.CompletionStatus cs)
return badUnicodePair( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badUnicodePair(java.lang.Throwable t)
return badUnicodePair( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badUnicodePair()
return badUnicodePair( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | badUrl(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( BAD_URL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badUrl",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | badUrl(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badUrl( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | badUrl(java.lang.Throwable t, java.lang.Object arg0)
return badUrl( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | badUrl(java.lang.Object arg0)
return badUrl( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | badValueTag(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( BAD_VALUE_TAG, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badValueTag",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | badValueTag(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return badValueTag( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | badValueTag(java.lang.Throwable t, java.lang.Object arg0)
return badValueTag( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | badValueTag(java.lang.Object arg0)
return badValueTag( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | badkindCannotOccur(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BADKIND_CANNOT_OCCUR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badkindCannotOccur",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badkindCannotOccur(org.omg.CORBA.CompletionStatus cs)
return badkindCannotOccur( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badkindCannotOccur(java.lang.Throwable t)
return badkindCannotOccur( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badkindCannotOccur()
return badkindCannotOccur( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | bootstrapApplicationException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BOOTSTRAP_APPLICATION_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.bootstrapApplicationException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | bootstrapApplicationException(org.omg.CORBA.CompletionStatus cs)
return bootstrapApplicationException( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | bootstrapApplicationException(java.lang.Throwable t)
return bootstrapApplicationException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | bootstrapApplicationException()
return bootstrapApplicationException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | bootstrapException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( BOOTSTRAP_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.bootstrapException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | bootstrapException(org.omg.CORBA.CompletionStatus cs)
return bootstrapException( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | bootstrapException(java.lang.Throwable t)
return bootstrapException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | bootstrapException()
return bootstrapException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | bootstrapRuntimeException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( BOOTSTRAP_RUNTIME_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.bootstrapRuntimeException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | bootstrapRuntimeException(org.omg.CORBA.CompletionStatus cs)
return bootstrapRuntimeException( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | bootstrapRuntimeException(java.lang.Throwable t)
return bootstrapRuntimeException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | bootstrapRuntimeException()
return bootstrapRuntimeException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | bootstrapServerNotAvail(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
COMM_FAILURE exc = new COMM_FAILURE( BOOTSTRAP_SERVER_NOT_AVAIL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.bootstrapServerNotAvail",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | bootstrapServerNotAvail(org.omg.CORBA.CompletionStatus cs)
return bootstrapServerNotAvail( cs, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | bootstrapServerNotAvail(java.lang.Throwable t)
return bootstrapServerNotAvail( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.COMM_FAILURE | bootstrapServerNotAvail()
return bootstrapServerNotAvail( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | boundsCannotOccur(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BOUNDS_CANNOT_OCCUR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.boundsCannotOccur",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | boundsCannotOccur(org.omg.CORBA.CompletionStatus cs)
return boundsCannotOccur( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | boundsCannotOccur(java.lang.Throwable t)
return boundsCannotOccur( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | boundsCannotOccur()
return boundsCannotOccur( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | boundsErrorInDiiRequest(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( BOUNDS_ERROR_IN_DII_REQUEST, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.boundsErrorInDiiRequest",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | boundsErrorInDiiRequest(org.omg.CORBA.CompletionStatus cs)
return boundsErrorInDiiRequest( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | boundsErrorInDiiRequest(java.lang.Throwable t)
return boundsErrorInDiiRequest( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | boundsErrorInDiiRequest()
return boundsErrorInDiiRequest( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | btcConverterFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BTC_CONVERTER_FAILURE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.btcConverterFailure",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | btcConverterFailure(org.omg.CORBA.CompletionStatus cs)
return btcConverterFailure( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | btcConverterFailure(java.lang.Throwable t)
return btcConverterFailure( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | btcConverterFailure()
return btcConverterFailure( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | btcResultMoreThanOneChar(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( BTC_RESULT_MORE_THAN_ONE_CHAR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.btcResultMoreThanOneChar",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | btcResultMoreThanOneChar(org.omg.CORBA.CompletionStatus cs)
return btcResultMoreThanOneChar( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | btcResultMoreThanOneChar(java.lang.Throwable t)
return btcResultMoreThanOneChar( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | btcResultMoreThanOneChar()
return btcResultMoreThanOneChar( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | cancelNotSupported(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( CANCEL_NOT_SUPPORTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.cancelNotSupported",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | cancelNotSupported(org.omg.CORBA.CompletionStatus cs)
return cancelNotSupported( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | cancelNotSupported(java.lang.Throwable t)
return cancelNotSupported( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | cancelNotSupported()
return cancelNotSupported( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | cannotCreateOrbidDb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( CANNOT_CREATE_ORBID_DB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.cannotCreateOrbidDb",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | cannotCreateOrbidDb(org.omg.CORBA.CompletionStatus cs)
return cannotCreateOrbidDb( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | cannotCreateOrbidDb(java.lang.Throwable t)
return cannotCreateOrbidDb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | cannotCreateOrbidDb()
return cannotCreateOrbidDb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | cannotMarshalBadTckind(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( CANNOT_MARSHAL_BAD_TCKIND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.cannotMarshalBadTckind",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | cannotMarshalBadTckind(org.omg.CORBA.CompletionStatus cs)
return cannotMarshalBadTckind( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | cannotMarshalBadTckind(java.lang.Throwable t)
return cannotMarshalBadTckind( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | cannotMarshalBadTckind()
return cannotMarshalBadTckind( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | cannotMarshalNative(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( CANNOT_MARSHAL_NATIVE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.cannotMarshalNative",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | cannotMarshalNative(org.omg.CORBA.CompletionStatus cs)
return cannotMarshalNative( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | cannotMarshalNative(java.lang.Throwable t)
return cannotMarshalNative( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | cannotMarshalNative()
return cannotMarshalNative( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | cannotReadOrbidDb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( CANNOT_READ_ORBID_DB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.cannotReadOrbidDb",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | cannotReadOrbidDb(org.omg.CORBA.CompletionStatus cs)
return cannotReadOrbidDb( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | cannotReadOrbidDb(java.lang.Throwable t)
return cannotReadOrbidDb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | cannotReadOrbidDb()
return cannotReadOrbidDb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | cannotWriteOrbidDb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( CANNOT_WRITE_ORBID_DB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.cannotWriteOrbidDb",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | cannotWriteOrbidDb(org.omg.CORBA.CompletionStatus cs)
return cannotWriteOrbidDb( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | cannotWriteOrbidDb(java.lang.Throwable t)
return cannotWriteOrbidDb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | cannotWriteOrbidDb()
return cannotWriteOrbidDb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | characterOutofrange(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( CHARACTER_OUTOFRANGE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.characterOutofrange",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | characterOutofrange(org.omg.CORBA.CompletionStatus cs)
return characterOutofrange( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | characterOutofrange(java.lang.Throwable t)
return characterOutofrange( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | characterOutofrange()
return characterOutofrange( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | chunkOverflow(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( CHUNK_OVERFLOW, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.chunkOverflow",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | chunkOverflow(org.omg.CORBA.CompletionStatus cs)
return chunkOverflow( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | chunkOverflow(java.lang.Throwable t)
return chunkOverflow( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | chunkOverflow()
return chunkOverflow( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound1(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_OPERATION exc = new BAD_OPERATION( CLASS_NOT_FOUND1, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.FINE, "ORBUTIL.classNotFound1",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound1(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return classNotFound1( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound1(java.lang.Throwable t, java.lang.Object arg0)
return classNotFound1( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound1(java.lang.Object arg0)
return classNotFound1( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_OPERATION exc = new BAD_OPERATION( CLASS_NOT_FOUND2, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.FINE, "ORBUTIL.classNotFound2",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound2(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return classNotFound2( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound2(java.lang.Throwable t, java.lang.Object arg0)
return classNotFound2( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound2(java.lang.Object arg0)
return classNotFound2( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound3(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_OPERATION exc = new BAD_OPERATION( CLASS_NOT_FOUND3, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.FINE, "ORBUTIL.classNotFound3",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound3(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return classNotFound3( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound3(java.lang.Throwable t, java.lang.Object arg0)
return classNotFound3( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | classNotFound3(java.lang.Object arg0)
return classNotFound3( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | cnfeReadClass(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( CNFE_READ_CLASS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.cnfeReadClass",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | cnfeReadClass(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return cnfeReadClass( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | cnfeReadClass(java.lang.Throwable t, java.lang.Object arg0)
return cnfeReadClass( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | cnfeReadClass(java.lang.Object arg0)
return cnfeReadClass( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | codesetIncompatible(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( CODESET_INCOMPATIBLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.codesetIncompatible",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | codesetIncompatible(org.omg.CORBA.CompletionStatus cs)
return codesetIncompatible( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | codesetIncompatible(java.lang.Throwable t)
return codesetIncompatible( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | codesetIncompatible()
return codesetIncompatible( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
COMM_FAILURE exc = new COMM_FAILURE( CONNECT_FAILURE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[3] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
parameters[2] = arg2 ;
doLog( Level.WARNING, "ORBUTIL.connectFailure",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | connectFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return connectFailure( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectFailure(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return connectFailure( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectFailure(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return connectFailure( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_OPERATION | connectRequiresStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( CONNECT_REQUIRES_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.connectRequiresStub",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | connectRequiresStub(org.omg.CORBA.CompletionStatus cs)
return connectRequiresStub( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | connectRequiresStub(java.lang.Throwable t)
return connectRequiresStub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | connectRequiresStub()
return connectRequiresStub( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | connectingServant(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( CONNECTING_SERVANT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.connectingServant",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | connectingServant(org.omg.CORBA.CompletionStatus cs)
return connectingServant( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | connectingServant(java.lang.Throwable t)
return connectingServant( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | connectingServant()
return connectingServant( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectionAbort(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
COMM_FAILURE exc = new COMM_FAILURE( CONNECTION_ABORT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.connectionAbort",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | connectionAbort(org.omg.CORBA.CompletionStatus cs)
return connectionAbort( cs, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectionAbort(java.lang.Throwable t)
return connectionAbort( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectionAbort()
return connectionAbort( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectionCloseRebind(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
COMM_FAILURE exc = new COMM_FAILURE( CONNECTION_CLOSE_REBIND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.connectionCloseRebind",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | connectionCloseRebind(org.omg.CORBA.CompletionStatus cs)
return connectionCloseRebind( cs, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectionCloseRebind(java.lang.Throwable t)
return connectionCloseRebind( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectionCloseRebind()
return connectionCloseRebind( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectionRebind(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
COMM_FAILURE exc = new COMM_FAILURE( CONNECTION_REBIND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.connectionRebind",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | connectionRebind(org.omg.CORBA.CompletionStatus cs)
return connectionRebind( cs, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectionRebind(java.lang.Throwable t)
return connectionRebind( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.COMM_FAILURE | connectionRebind()
return connectionRebind( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | contextCalledOutOfOrder(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( CONTEXT_CALLED_OUT_OF_ORDER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.contextCalledOutOfOrder",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | contextCalledOutOfOrder(org.omg.CORBA.CompletionStatus cs)
return contextCalledOutOfOrder( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | contextCalledOutOfOrder(java.lang.Throwable t)
return contextCalledOutOfOrder( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | contextCalledOutOfOrder()
return contextCalledOutOfOrder( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | contextNotImplemented(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( CONTEXT_NOT_IMPLEMENTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.contextNotImplemented",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | contextNotImplemented(org.omg.CORBA.CompletionStatus cs)
return contextNotImplemented( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | contextNotImplemented(java.lang.Throwable t)
return contextNotImplemented( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | contextNotImplemented()
return contextNotImplemented( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | couldNotCreateArray(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
BAD_PARAM exc = new BAD_PARAM( COULD_NOT_CREATE_ARRAY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[3] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
parameters[2] = arg2 ;
doLog( Level.WARNING, "ORBUTIL.couldNotCreateArray",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | couldNotCreateArray(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return couldNotCreateArray( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_PARAM | couldNotCreateArray(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return couldNotCreateArray( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_PARAM | couldNotCreateArray(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return couldNotCreateArray( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | couldNotDuplicateCdrInputStream(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( COULD_NOT_DUPLICATE_CDR_INPUT_STREAM, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.couldNotDuplicateCdrInputStream",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | couldNotDuplicateCdrInputStream(org.omg.CORBA.CompletionStatus cs)
return couldNotDuplicateCdrInputStream( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | couldNotDuplicateCdrInputStream(java.lang.Throwable t)
return couldNotDuplicateCdrInputStream( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | couldNotDuplicateCdrInputStream()
return couldNotDuplicateCdrInputStream( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | couldNotFindClass(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( COULD_NOT_FIND_CLASS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.couldNotFindClass",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | couldNotFindClass(org.omg.CORBA.CompletionStatus cs)
return couldNotFindClass( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | couldNotFindClass(java.lang.Throwable t)
return couldNotFindClass( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | couldNotFindClass()
return couldNotFindClass( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | couldNotInstantiateHelper(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( COULD_NOT_INSTANTIATE_HELPER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.couldNotInstantiateHelper",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | couldNotInstantiateHelper(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return couldNotInstantiateHelper( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | couldNotInstantiateHelper(java.lang.Throwable t, java.lang.Object arg0)
return couldNotInstantiateHelper( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | couldNotInstantiateHelper(java.lang.Object arg0)
return couldNotInstantiateHelper( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | couldNotInvokeHelperReadMethod(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( COULD_NOT_INVOKE_HELPER_READ_METHOD, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.couldNotInvokeHelperReadMethod",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | couldNotInvokeHelperReadMethod(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return couldNotInvokeHelperReadMethod( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | couldNotInvokeHelperReadMethod(java.lang.Throwable t, java.lang.Object arg0)
return couldNotInvokeHelperReadMethod( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | couldNotInvokeHelperReadMethod(java.lang.Object arg0)
return couldNotInvokeHelperReadMethod( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | couldNotLoadClass(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( COULD_NOT_LOAD_CLASS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.couldNotLoadClass",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | couldNotLoadClass(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return couldNotLoadClass( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | couldNotLoadClass(java.lang.Throwable t, java.lang.Object arg0)
return couldNotLoadClass( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | couldNotLoadClass(java.lang.Object arg0)
return couldNotLoadClass( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | couldNotSetArray(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
BAD_PARAM exc = new BAD_PARAM( COULD_NOT_SET_ARRAY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[5] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
parameters[2] = arg2 ;
parameters[3] = arg3 ;
parameters[4] = arg4 ;
doLog( Level.WARNING, "ORBUTIL.couldNotSetArray",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | couldNotSetArray(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
return couldNotSetArray( cs, null, arg0, arg1, arg2, arg3, arg4 ) ;
|
public org.omg.CORBA.BAD_PARAM | couldNotSetArray(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
return couldNotSetArray( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2, arg3, arg4 ) ;
|
public org.omg.CORBA.BAD_PARAM | couldNotSetArray(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
return couldNotSetArray( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2, arg3, arg4 ) ;
|
public org.omg.CORBA.MARSHAL | couldNotSkipBytes(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
MARSHAL exc = new MARSHAL( COULD_NOT_SKIP_BYTES, 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, "ORBUTIL.couldNotSkipBytes",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | couldNotSkipBytes(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return couldNotSkipBytes( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | couldNotSkipBytes(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return couldNotSkipBytes( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | couldNotSkipBytes(java.lang.Object arg0, java.lang.Object arg1)
return couldNotSkipBytes( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.COMM_FAILURE | createListenerFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
COMM_FAILURE exc = new COMM_FAILURE( CREATE_LISTENER_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.SEVERE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.SEVERE, "ORBUTIL.createListenerFailed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | createListenerFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return createListenerFailed( cs, null, arg0 ) ;
|
public org.omg.CORBA.COMM_FAILURE | createListenerFailed(java.lang.Throwable t, java.lang.Object arg0)
return createListenerFailed( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.COMM_FAILURE | createListenerFailed(java.lang.Object arg0)
return createListenerFailed( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | ctbConverterFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( CTB_CONVERTER_FAILURE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.ctbConverterFailure",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | ctbConverterFailure(org.omg.CORBA.CompletionStatus cs)
return ctbConverterFailure( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | ctbConverterFailure(java.lang.Throwable t)
return ctbConverterFailure( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | ctbConverterFailure()
return ctbConverterFailure( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | customWrapperIndirection(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( CUSTOM_WRAPPER_INDIRECTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.customWrapperIndirection",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | customWrapperIndirection(org.omg.CORBA.CompletionStatus cs)
return customWrapperIndirection( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | customWrapperIndirection(java.lang.Throwable t)
return customWrapperIndirection( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | customWrapperIndirection()
return customWrapperIndirection( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | customWrapperNotSingleRepid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( CUSTOM_WRAPPER_NOT_SINGLE_REPID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.customWrapperNotSingleRepid",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | customWrapperNotSingleRepid(org.omg.CORBA.CompletionStatus cs)
return customWrapperNotSingleRepid( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | customWrapperNotSingleRepid(java.lang.Throwable t)
return customWrapperNotSingleRepid( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | customWrapperNotSingleRepid()
return customWrapperNotSingleRepid( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | customWrapperWithCodebase(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( CUSTOM_WRAPPER_WITH_CODEBASE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.customWrapperWithCodebase",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | customWrapperWithCodebase(org.omg.CORBA.CompletionStatus cs)
return customWrapperWithCodebase( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | customWrapperWithCodebase(java.lang.Throwable t)
return customWrapperWithCodebase( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | customWrapperWithCodebase()
return customWrapperWithCodebase( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | defaultCreateServerSocketGivenNonIiopClearText(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
COMM_FAILURE exc = new COMM_FAILURE( DEFAULT_CREATE_SERVER_SOCKET_GIVEN_NON_IIOP_CLEAR_TEXT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.defaultCreateServerSocketGivenNonIiopClearText",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | defaultCreateServerSocketGivenNonIiopClearText(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return defaultCreateServerSocketGivenNonIiopClearText( cs, null, arg0 ) ;
|
public org.omg.CORBA.COMM_FAILURE | defaultCreateServerSocketGivenNonIiopClearText(java.lang.Throwable t, java.lang.Object arg0)
return defaultCreateServerSocketGivenNonIiopClearText( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.COMM_FAILURE | defaultCreateServerSocketGivenNonIiopClearText(java.lang.Object arg0)
return defaultCreateServerSocketGivenNonIiopClearText( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | dsiResultException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( DSI_RESULT_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.dsiResultException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | dsiResultException(org.omg.CORBA.CompletionStatus cs)
return dsiResultException( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | dsiResultException(java.lang.Throwable t)
return dsiResultException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | dsiResultException()
return dsiResultException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | dsimethodNotcalled(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( DSIMETHOD_NOTCALLED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.dsimethodNotcalled",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | dsimethodNotcalled(org.omg.CORBA.CompletionStatus cs)
return dsimethodNotcalled( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | dsimethodNotcalled(java.lang.Throwable t)
return dsimethodNotcalled( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | dsimethodNotcalled()
return dsimethodNotcalled( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | duplicateExceptionDetailMessage(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( DUPLICATE_EXCEPTION_DETAIL_MESSAGE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.duplicateExceptionDetailMessage",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | duplicateExceptionDetailMessage(org.omg.CORBA.CompletionStatus cs)
return duplicateExceptionDetailMessage( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | duplicateExceptionDetailMessage(java.lang.Throwable t)
return duplicateExceptionDetailMessage( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | duplicateExceptionDetailMessage()
return duplicateExceptionDetailMessage( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | duplicateIndirectionOffset(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( DUPLICATE_INDIRECTION_OFFSET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.duplicateIndirectionOffset",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | duplicateIndirectionOffset(org.omg.CORBA.CompletionStatus cs)
return duplicateIndirectionOffset( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | duplicateIndirectionOffset(java.lang.Throwable t)
return duplicateIndirectionOffset( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | duplicateIndirectionOffset()
return duplicateIndirectionOffset( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | duplicateOrbVersionServiceContext(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( DUPLICATE_ORB_VERSION_SERVICE_CONTEXT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.duplicateOrbVersionServiceContext",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | duplicateOrbVersionServiceContext(org.omg.CORBA.CompletionStatus cs)
return duplicateOrbVersionServiceContext( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | duplicateOrbVersionServiceContext(java.lang.Throwable t)
return duplicateOrbVersionServiceContext( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | duplicateOrbVersionServiceContext()
return duplicateOrbVersionServiceContext( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | duplicateSendingContextServiceContext(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( DUPLICATE_SENDING_CONTEXT_SERVICE_CONTEXT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.duplicateSendingContextServiceContext",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | duplicateSendingContextServiceContext(org.omg.CORBA.CompletionStatus cs)
return duplicateSendingContextServiceContext( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | duplicateSendingContextServiceContext(java.lang.Throwable t)
return duplicateSendingContextServiceContext( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | duplicateSendingContextServiceContext()
return duplicateSendingContextServiceContext( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | dynAnyDestroyed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( DYN_ANY_DESTROYED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.dynAnyDestroyed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | dynAnyDestroyed(org.omg.CORBA.CompletionStatus cs)
return dynAnyDestroyed( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | dynAnyDestroyed(java.lang.Throwable t)
return dynAnyDestroyed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | dynAnyDestroyed()
return dynAnyDestroyed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | emptyStackRunServantPostInvoke(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( EMPTY_STACK_RUN_SERVANT_POST_INVOKE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.emptyStackRunServantPostInvoke",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | emptyStackRunServantPostInvoke(org.omg.CORBA.CompletionStatus cs)
return emptyStackRunServantPostInvoke( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | emptyStackRunServantPostInvoke(java.lang.Throwable t)
return emptyStackRunServantPostInvoke( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | emptyStackRunServantPostInvoke()
return emptyStackRunServantPostInvoke( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | endOfStream(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( END_OF_STREAM, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.endOfStream",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | endOfStream(org.omg.CORBA.CompletionStatus cs)
return endOfStream( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | endOfStream(java.lang.Throwable t)
return endOfStream( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | endOfStream()
return endOfStream( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | errorInSettingDynamicStubFactoryFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( ERROR_IN_SETTING_DYNAMIC_STUB_FACTORY_FACTORY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.FINE, "ORBUTIL.errorInSettingDynamicStubFactoryFactory",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | errorInSettingDynamicStubFactoryFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return errorInSettingDynamicStubFactoryFactory( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | errorInSettingDynamicStubFactoryFactory(java.lang.Throwable t, java.lang.Object arg0)
return errorInSettingDynamicStubFactoryFactory( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | errorInSettingDynamicStubFactoryFactory(java.lang.Object arg0)
return errorInSettingDynamicStubFactoryFactory( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | errorInitBadserveridhandler(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( ERROR_INIT_BADSERVERIDHANDLER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.errorInitBadserveridhandler",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorInitBadserveridhandler(org.omg.CORBA.CompletionStatus cs)
return errorInitBadserveridhandler( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | errorInitBadserveridhandler(java.lang.Throwable t)
return errorInitBadserveridhandler( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | errorInitBadserveridhandler()
return errorInitBadserveridhandler( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | errorInvokingHelperWrite(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( ERROR_INVOKING_HELPER_WRITE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.errorInvokingHelperWrite",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | errorInvokingHelperWrite(org.omg.CORBA.CompletionStatus cs)
return errorInvokingHelperWrite( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | errorInvokingHelperWrite(java.lang.Throwable t)
return errorInvokingHelperWrite( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | errorInvokingHelperWrite()
return errorInvokingHelperWrite( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | errorResolvingAlias(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( ERROR_RESOLVING_ALIAS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.errorResolvingAlias",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorResolvingAlias(org.omg.CORBA.CompletionStatus cs)
return errorResolvingAlias( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | errorResolvingAlias(java.lang.Throwable t)
return errorResolvingAlias( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | errorResolvingAlias()
return errorResolvingAlias( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | errorSettingField(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
BAD_PARAM exc = new BAD_PARAM( ERROR_SETTING_FIELD, 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, "ORBUTIL.errorSettingField",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | errorSettingField(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return errorSettingField( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_PARAM | errorSettingField(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return errorSettingField( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_PARAM | errorSettingField(java.lang.Object arg0, java.lang.Object arg1)
return errorSettingField( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | errorUnmarshalingUserexc(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( ERROR_UNMARSHALING_USEREXC, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.errorUnmarshalingUserexc",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorUnmarshalingUserexc(org.omg.CORBA.CompletionStatus cs)
return errorUnmarshalingUserexc( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | errorUnmarshalingUserexc(java.lang.Throwable t)
return errorUnmarshalingUserexc( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | errorUnmarshalingUserexc()
return errorUnmarshalingUserexc( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | exceptionInAccept(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
COMM_FAILURE exc = new COMM_FAILURE( EXCEPTION_IN_ACCEPT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.FINE, "ORBUTIL.exceptionInAccept",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | exceptionInAccept(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return exceptionInAccept( cs, null, arg0 ) ;
|
public org.omg.CORBA.COMM_FAILURE | exceptionInAccept(java.lang.Throwable t, java.lang.Object arg0)
return exceptionInAccept( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.COMM_FAILURE | exceptionInAccept(java.lang.Object arg0)
return exceptionInAccept( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | exceptionWhenSendingCloseConnection(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( EXCEPTION_WHEN_SENDING_CLOSE_CONNECTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.exceptionWhenSendingCloseConnection",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | exceptionWhenSendingCloseConnection(org.omg.CORBA.CompletionStatus cs)
return exceptionWhenSendingCloseConnection( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionWhenSendingCloseConnection(java.lang.Throwable t)
return exceptionWhenSendingCloseConnection( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | exceptionWhenSendingCloseConnection()
return exceptionWhenSendingCloseConnection( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | expectedTypeNullAndNoRepId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( EXPECTED_TYPE_NULL_AND_NO_REP_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.expectedTypeNullAndNoRepId",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | expectedTypeNullAndNoRepId(org.omg.CORBA.CompletionStatus cs)
return expectedTypeNullAndNoRepId( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | expectedTypeNullAndNoRepId(java.lang.Throwable t)
return expectedTypeNullAndNoRepId( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | expectedTypeNullAndNoRepId()
return expectedTypeNullAndNoRepId( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractNotInitialized(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( EXTRACT_NOT_INITIALIZED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.extractNotInitialized",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | extractNotInitialized(org.omg.CORBA.CompletionStatus cs)
return extractNotInitialized( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractNotInitialized(java.lang.Throwable t)
return extractNotInitialized( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractNotInitialized()
return extractNotInitialized( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractObjectFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( EXTRACT_OBJECT_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.extractObjectFailed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | extractObjectFailed(org.omg.CORBA.CompletionStatus cs)
return extractObjectFailed( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractObjectFailed(java.lang.Throwable t)
return extractObjectFailed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractObjectFailed()
return extractObjectFailed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractObjectIncompatible(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( EXTRACT_OBJECT_INCOMPATIBLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.extractObjectIncompatible",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | extractObjectIncompatible(org.omg.CORBA.CompletionStatus cs)
return extractObjectIncompatible( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractObjectIncompatible(java.lang.Throwable t)
return extractObjectIncompatible( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractObjectIncompatible()
return extractObjectIncompatible( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractWrongType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
BAD_OPERATION exc = new BAD_OPERATION( EXTRACT_WRONG_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[2] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
doLog( Level.FINE, "ORBUTIL.extractWrongType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | extractWrongType(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return extractWrongType( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractWrongType(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return extractWrongType( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractWrongType(java.lang.Object arg0, java.lang.Object arg1)
return extractWrongType( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractWrongTypeList(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
BAD_OPERATION exc = new BAD_OPERATION( EXTRACT_WRONG_TYPE_LIST, 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, "ORBUTIL.extractWrongTypeList",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | extractWrongTypeList(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return extractWrongTypeList( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractWrongTypeList(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return extractWrongTypeList( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_OPERATION | extractWrongTypeList(java.lang.Object arg0, java.lang.Object arg1)
return extractWrongTypeList( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_PARAM | fieldNotFound(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( FIELD_NOT_FOUND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.fieldNotFound",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | fieldNotFound(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return fieldNotFound( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | fieldNotFound(java.lang.Throwable t, java.lang.Object arg0)
return fieldNotFound( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | fieldNotFound(java.lang.Object arg0)
return fieldNotFound( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | fixedBadTypecode(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( FIXED_BAD_TYPECODE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.fixedBadTypecode",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | fixedBadTypecode(org.omg.CORBA.CompletionStatus cs)
return fixedBadTypecode( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | fixedBadTypecode(java.lang.Throwable t)
return fixedBadTypecode( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | fixedBadTypecode()
return fixedBadTypecode( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | fixedNotMatch(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( FIXED_NOT_MATCH, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.fixedNotMatch",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | fixedNotMatch(org.omg.CORBA.CompletionStatus cs)
return fixedNotMatch( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | fixedNotMatch(java.lang.Throwable t)
return fixedNotMatch( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | fixedNotMatch()
return fixedNotMatch( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | fragmentSizeDiv(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
DATA_CONVERSION exc = new DATA_CONVERSION( FRAGMENT_SIZE_DIV, 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, "ORBUTIL.fragmentSizeDiv",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | fragmentSizeDiv(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return fragmentSizeDiv( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | fragmentSizeDiv(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return fragmentSizeDiv( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | fragmentSizeDiv(java.lang.Object arg0, java.lang.Object arg1)
return fragmentSizeDiv( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | fragmentSizeMinimum(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
DATA_CONVERSION exc = new DATA_CONVERSION( FRAGMENT_SIZE_MINIMUM, 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, "ORBUTIL.fragmentSizeMinimum",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | fragmentSizeMinimum(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return fragmentSizeMinimum( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | fragmentSizeMinimum(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return fragmentSizeMinimum( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | fragmentSizeMinimum(java.lang.Object arg0, java.lang.Object arg1)
return fragmentSizeMinimum( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | fragmentationDisallowed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( FRAGMENTATION_DISALLOWED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.fragmentationDisallowed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | fragmentationDisallowed(org.omg.CORBA.CompletionStatus cs)
return fragmentationDisallowed( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | fragmentationDisallowed(java.lang.Throwable t)
return fragmentationDisallowed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | fragmentationDisallowed()
return fragmentationDisallowed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | genericNoImpl(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( GENERIC_NO_IMPL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.genericNoImpl",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | genericNoImpl(org.omg.CORBA.CompletionStatus cs)
return genericNoImpl( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | genericNoImpl(java.lang.Throwable t)
return genericNoImpl( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | genericNoImpl()
return genericNoImpl( CompletionStatus.COMPLETED_NO, null ) ;
|
public static com.sun.corba.se.impl.logging.ORBUtilSystemException | get(com.sun.corba.se.spi.orb.ORB orb, java.lang.String logDomain)
ORBUtilSystemException wrapper =
(ORBUtilSystemException) orb.getLogWrapper( logDomain,
"ORBUTIL", factory ) ;
return wrapper ;
|
public static com.sun.corba.se.impl.logging.ORBUtilSystemException | get(java.lang.String logDomain)
ORBUtilSystemException wrapper =
(ORBUtilSystemException) ORB.staticGetLogWrapper( logDomain,
"ORBUTIL", factory ) ;
return wrapper ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateRequiresStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( GET_DELEGATE_REQUIRES_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.getDelegateRequiresStub",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateRequiresStub(org.omg.CORBA.CompletionStatus cs)
return getDelegateRequiresStub( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateRequiresStub(java.lang.Throwable t)
return getDelegateRequiresStub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateRequiresStub()
return getDelegateRequiresStub( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateServantNotActive(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( GET_DELEGATE_SERVANT_NOT_ACTIVE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.getDelegateServantNotActive",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateServantNotActive(org.omg.CORBA.CompletionStatus cs)
return getDelegateServantNotActive( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateServantNotActive(java.lang.Throwable t)
return getDelegateServantNotActive( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateServantNotActive()
return getDelegateServantNotActive( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateWrongPolicy(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( GET_DELEGATE_WRONG_POLICY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.getDelegateWrongPolicy",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateWrongPolicy(org.omg.CORBA.CompletionStatus cs)
return getDelegateWrongPolicy( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateWrongPolicy(java.lang.Throwable t)
return getDelegateWrongPolicy( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | getDelegateWrongPolicy()
return getDelegateWrongPolicy( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | getLocalHostFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( GET_LOCAL_HOST_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.getLocalHostFailed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | getLocalHostFailed(org.omg.CORBA.CompletionStatus cs)
return getLocalHostFailed( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | getLocalHostFailed(java.lang.Throwable t)
return getLocalHostFailed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | getLocalHostFailed()
return getLocalHostFailed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | getOrbRequiresStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( GET_ORB_REQUIRES_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.getOrbRequiresStub",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | getOrbRequiresStub(org.omg.CORBA.CompletionStatus cs)
return getOrbRequiresStub( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | getOrbRequiresStub(java.lang.Throwable t)
return getOrbRequiresStub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | getOrbRequiresStub()
return getOrbRequiresStub( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | getPropertiesError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
COMM_FAILURE exc = new COMM_FAILURE( GET_PROPERTIES_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.getPropertiesError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | getPropertiesError(org.omg.CORBA.CompletionStatus cs)
return getPropertiesError( cs, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | getPropertiesError(java.lang.Throwable t)
return getPropertiesError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.COMM_FAILURE | getPropertiesError()
return getPropertiesError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | getServerPortCalledBeforeEndpointsInitialized(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( GET_SERVER_PORT_CALLED_BEFORE_ENDPOINTS_INITIALIZED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.getServerPortCalledBeforeEndpointsInitialized",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | getServerPortCalledBeforeEndpointsInitialized(org.omg.CORBA.CompletionStatus cs)
return getServerPortCalledBeforeEndpointsInitialized( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | getServerPortCalledBeforeEndpointsInitialized(java.lang.Throwable t)
return getServerPortCalledBeforeEndpointsInitialized( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | getServerPortCalledBeforeEndpointsInitialized()
return getServerPortCalledBeforeEndpointsInitialized( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | getSystemExReturnedNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( GET_SYSTEM_EX_RETURNED_NULL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.getSystemExReturnedNull",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | getSystemExReturnedNull(org.omg.CORBA.CompletionStatus cs)
return getSystemExReturnedNull( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | getSystemExReturnedNull(java.lang.Throwable t)
return getSystemExReturnedNull( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | getSystemExReturnedNull()
return getSystemExReturnedNull( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | getTypeIdsRequiresStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( GET_TYPE_IDS_REQUIRES_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.getTypeIdsRequiresStub",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | getTypeIdsRequiresStub(org.omg.CORBA.CompletionStatus cs)
return getTypeIdsRequiresStub( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | getTypeIdsRequiresStub(java.lang.Throwable t)
return getTypeIdsRequiresStub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | getTypeIdsRequiresStub()
return getTypeIdsRequiresStub( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | getinterfaceNotImplemented(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( GETINTERFACE_NOT_IMPLEMENTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.getinterfaceNotImplemented",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | getinterfaceNotImplemented(org.omg.CORBA.CompletionStatus cs)
return getinterfaceNotImplemented( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | getinterfaceNotImplemented(java.lang.Throwable t)
return getinterfaceNotImplemented( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | getinterfaceNotImplemented()
return getinterfaceNotImplemented( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | giopMagicError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( GIOP_MAGIC_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.giopMagicError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | giopMagicError(org.omg.CORBA.CompletionStatus cs)
return giopMagicError( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | giopMagicError(java.lang.Throwable t)
return giopMagicError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | giopMagicError()
return giopMagicError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | giopVersionError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( GIOP_VERSION_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.giopVersionError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | giopVersionError(org.omg.CORBA.CompletionStatus cs)
return giopVersionError( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | giopVersionError(java.lang.Throwable t)
return giopVersionError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | giopVersionError()
return giopVersionError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | iiopinputstreamGrow(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( IIOPINPUTSTREAM_GROW, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.iiopinputstreamGrow",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | iiopinputstreamGrow(org.omg.CORBA.CompletionStatus cs)
return iiopinputstreamGrow( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | iiopinputstreamGrow(java.lang.Throwable t)
return iiopinputstreamGrow( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | iiopinputstreamGrow()
return iiopinputstreamGrow( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | illegalBootstrapOperation(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( ILLEGAL_BOOTSTRAP_OPERATION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.illegalBootstrapOperation",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | illegalBootstrapOperation(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return illegalBootstrapOperation( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | illegalBootstrapOperation(java.lang.Throwable t, java.lang.Object arg0)
return illegalBootstrapOperation( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | illegalBootstrapOperation(java.lang.Object arg0)
return illegalBootstrapOperation( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalContactInfoListFactoryType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( ILLEGAL_CONTACT_INFO_LIST_FACTORY_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.illegalContactInfoListFactoryType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalContactInfoListFactoryType(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return illegalContactInfoListFactoryType( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalContactInfoListFactoryType(java.lang.Throwable t, java.lang.Object arg0)
return illegalContactInfoListFactoryType( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalContactInfoListFactoryType(java.lang.Object arg0)
return illegalContactInfoListFactoryType( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | illegalGiopMsgType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( ILLEGAL_GIOP_MSG_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.illegalGiopMsgType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | illegalGiopMsgType(org.omg.CORBA.CompletionStatus cs)
return illegalGiopMsgType( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | illegalGiopMsgType(java.lang.Throwable t)
return illegalGiopMsgType( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | illegalGiopMsgType()
return illegalGiopMsgType( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalIiopPrimaryToContactInfoType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( ILLEGAL_IIOP_PRIMARY_TO_CONTACT_INFO_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.illegalIiopPrimaryToContactInfoType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalIiopPrimaryToContactInfoType(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return illegalIiopPrimaryToContactInfoType( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalIiopPrimaryToContactInfoType(java.lang.Throwable t, java.lang.Object arg0)
return illegalIiopPrimaryToContactInfoType( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalIiopPrimaryToContactInfoType(java.lang.Object arg0)
return illegalIiopPrimaryToContactInfoType( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalIorToSocketInfoType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( ILLEGAL_IOR_TO_SOCKET_INFO_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.illegalIorToSocketInfoType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalIorToSocketInfoType(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return illegalIorToSocketInfoType( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalIorToSocketInfoType(java.lang.Throwable t, java.lang.Object arg0)
return illegalIorToSocketInfoType( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalIorToSocketInfoType(java.lang.Object arg0)
return illegalIorToSocketInfoType( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | illegalReplyStatus(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( ILLEGAL_REPLY_STATUS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.illegalReplyStatus",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | illegalReplyStatus(org.omg.CORBA.CompletionStatus cs)
return illegalReplyStatus( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | illegalReplyStatus(java.lang.Throwable t)
return illegalReplyStatus( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | illegalReplyStatus()
return illegalReplyStatus( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalSocketFactoryType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( ILLEGAL_SOCKET_FACTORY_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.illegalSocketFactoryType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalSocketFactoryType(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return illegalSocketFactoryType( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalSocketFactoryType(java.lang.Throwable t, java.lang.Object arg0)
return illegalSocketFactoryType( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | illegalSocketFactoryType(java.lang.Object arg0)
return illegalSocketFactoryType( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | illegalSubcontractId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( ILLEGAL_SUBCONTRACT_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.illegalSubcontractId",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | illegalSubcontractId(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return illegalSubcontractId( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | illegalSubcontractId(java.lang.Throwable t, java.lang.Object arg0)
return illegalSubcontractId( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | illegalSubcontractId(java.lang.Object arg0)
return illegalSubcontractId( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | illegalTargetAddressDisposition(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( ILLEGAL_TARGET_ADDRESS_DISPOSITION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.illegalTargetAddressDisposition",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | illegalTargetAddressDisposition(org.omg.CORBA.CompletionStatus cs)
return illegalTargetAddressDisposition( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | illegalTargetAddressDisposition(java.lang.Throwable t)
return illegalTargetAddressDisposition( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | illegalTargetAddressDisposition()
return illegalTargetAddressDisposition( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | illegalUnionDiscriminatorType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( ILLEGAL_UNION_DISCRIMINATOR_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.illegalUnionDiscriminatorType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | illegalUnionDiscriminatorType(org.omg.CORBA.CompletionStatus cs)
return illegalUnionDiscriminatorType( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | illegalUnionDiscriminatorType(java.lang.Throwable t)
return illegalUnionDiscriminatorType( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | illegalUnionDiscriminatorType()
return illegalUnionDiscriminatorType( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | indirectionNotFound(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( INDIRECTION_NOT_FOUND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.FINE, "ORBUTIL.indirectionNotFound",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | indirectionNotFound(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return indirectionNotFound( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | indirectionNotFound(java.lang.Throwable t, java.lang.Object arg0)
return indirectionNotFound( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | indirectionNotFound(java.lang.Object arg0)
return indirectionNotFound( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | insertObjectFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( INSERT_OBJECT_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.insertObjectFailed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | insertObjectFailed(org.omg.CORBA.CompletionStatus cs)
return insertObjectFailed( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | insertObjectFailed(java.lang.Throwable t)
return insertObjectFailed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | insertObjectFailed()
return insertObjectFailed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | insertObjectIncompatible(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( INSERT_OBJECT_INCOMPATIBLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.insertObjectIncompatible",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | insertObjectIncompatible(org.omg.CORBA.CompletionStatus cs)
return insertObjectIncompatible( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | insertObjectIncompatible(java.lang.Throwable t)
return insertObjectIncompatible( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | insertObjectIncompatible()
return insertObjectIncompatible( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | invalidBtcConverterName(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( INVALID_BTC_CONVERTER_NAME, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.invalidBtcConverterName",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invalidBtcConverterName(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return invalidBtcConverterName( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidBtcConverterName(java.lang.Throwable t, java.lang.Object arg0)
return invalidBtcConverterName( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidBtcConverterName(java.lang.Object arg0)
return invalidBtcConverterName( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidBuffMgrStrategy(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( INVALID_BUFF_MGR_STRATEGY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.invalidBuffMgrStrategy",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invalidBuffMgrStrategy(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return invalidBuffMgrStrategy( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidBuffMgrStrategy(java.lang.Throwable t, java.lang.Object arg0)
return invalidBuffMgrStrategy( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidBuffMgrStrategy(java.lang.Object arg0)
return invalidBuffMgrStrategy( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidCodeSetNumber(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( INVALID_CODE_SET_NUMBER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invalidCodeSetNumber",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invalidCodeSetNumber(org.omg.CORBA.CompletionStatus cs)
return invalidCodeSetNumber( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | invalidCodeSetNumber(java.lang.Throwable t)
return invalidCodeSetNumber( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | invalidCodeSetNumber()
return invalidCodeSetNumber( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | invalidCodeSetString(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( INVALID_CODE_SET_STRING, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.invalidCodeSetString",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invalidCodeSetString(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return invalidCodeSetString( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidCodeSetString(java.lang.Throwable t, java.lang.Object arg0)
return invalidCodeSetString( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidCodeSetString(java.lang.Object arg0)
return invalidCodeSetString( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | invalidComplexTypecode(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( INVALID_COMPLEX_TYPECODE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invalidComplexTypecode",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | invalidComplexTypecode(org.omg.CORBA.CompletionStatus cs)
return invalidComplexTypecode( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | invalidComplexTypecode(java.lang.Throwable t)
return invalidComplexTypecode( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | invalidComplexTypecode()
return invalidComplexTypecode( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | invalidContactInfoListIteratorFailureException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( INVALID_CONTACT_INFO_LIST_ITERATOR_FAILURE_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invalidContactInfoListIteratorFailureException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invalidContactInfoListIteratorFailureException(org.omg.CORBA.CompletionStatus cs)
return invalidContactInfoListIteratorFailureException( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | invalidContactInfoListIteratorFailureException(java.lang.Throwable t)
return invalidContactInfoListIteratorFailureException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | invalidContactInfoListIteratorFailureException()
return invalidContactInfoListIteratorFailureException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | invalidCtbConverterName(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( INVALID_CTB_CONVERTER_NAME, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.invalidCtbConverterName",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invalidCtbConverterName(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return invalidCtbConverterName( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidCtbConverterName(java.lang.Throwable t, java.lang.Object arg0)
return invalidCtbConverterName( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidCtbConverterName(java.lang.Object arg0)
return invalidCtbConverterName( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | invalidIndirection(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( INVALID_INDIRECTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.invalidIndirection",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | invalidIndirection(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return invalidIndirection( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | invalidIndirection(java.lang.Throwable t, java.lang.Object arg0)
return invalidIndirection( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | invalidIndirection(java.lang.Object arg0)
return invalidIndirection( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidIsstreamedTckind(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( INVALID_ISSTREAMED_TCKIND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.invalidIsstreamedTckind",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invalidIsstreamedTckind(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return invalidIsstreamedTckind( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidIsstreamedTckind(java.lang.Throwable t, java.lang.Object arg0)
return invalidIsstreamedTckind( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidIsstreamedTckind(java.lang.Object arg0)
return invalidIsstreamedTckind( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | invalidJdk131PatchLevel(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( INVALID_JDK1_3_1_PATCH_LEVEL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invalidJdk131PatchLevel",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invalidJdk131PatchLevel(org.omg.CORBA.CompletionStatus cs)
return invalidJdk131PatchLevel( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | invalidJdk131PatchLevel(java.lang.Throwable t)
return invalidJdk131PatchLevel( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | invalidJdk131PatchLevel()
return invalidJdk131PatchLevel( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | invalidObjectKey(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( INVALID_OBJECT_KEY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invalidObjectKey",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | invalidObjectKey(org.omg.CORBA.CompletionStatus cs)
return invalidObjectKey( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | invalidObjectKey(java.lang.Throwable t)
return invalidObjectKey( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | invalidObjectKey()
return invalidObjectKey( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningComponentValue(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
BAD_PARAM exc = new BAD_PARAM( INVALID_REQUEST_PARTITIONING_COMPONENT_VALUE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[3] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
parameters[2] = arg2 ;
doLog( Level.WARNING, "ORBUTIL.invalidRequestPartitioningComponentValue",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningComponentValue(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return invalidRequestPartitioningComponentValue( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningComponentValue(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return invalidRequestPartitioningComponentValue( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningComponentValue(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return invalidRequestPartitioningComponentValue( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
BAD_PARAM exc = new BAD_PARAM( INVALID_REQUEST_PARTITIONING_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[3] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
parameters[2] = arg2 ;
doLog( Level.WARNING, "ORBUTIL.invalidRequestPartitioningId",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningId(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return invalidRequestPartitioningId( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningId(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return invalidRequestPartitioningId( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningId(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return invalidRequestPartitioningId( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningPolicyValue(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
BAD_PARAM exc = new BAD_PARAM( INVALID_REQUEST_PARTITIONING_POLICY_VALUE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[3] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
parameters[2] = arg2 ;
doLog( Level.WARNING, "ORBUTIL.invalidRequestPartitioningPolicyValue",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningPolicyValue(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return invalidRequestPartitioningPolicyValue( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningPolicyValue(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return invalidRequestPartitioningPolicyValue( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidRequestPartitioningPolicyValue(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return invalidRequestPartitioningPolicyValue( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.MARSHAL | invalidSimpleTypecode(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( INVALID_SIMPLE_TYPECODE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invalidSimpleTypecode",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | invalidSimpleTypecode(org.omg.CORBA.CompletionStatus cs)
return invalidSimpleTypecode( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | invalidSimpleTypecode(java.lang.Throwable t)
return invalidSimpleTypecode( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | invalidSimpleTypecode()
return invalidSimpleTypecode( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | invalidSingleCharCtb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( INVALID_SINGLE_CHAR_CTB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invalidSingleCharCtb",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | invalidSingleCharCtb(org.omg.CORBA.CompletionStatus cs)
return invalidSingleCharCtb( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | invalidSingleCharCtb(java.lang.Throwable t)
return invalidSingleCharCtb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | invalidSingleCharCtb()
return invalidSingleCharCtb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidTaggedProfile(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( INVALID_TAGGED_PROFILE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invalidTaggedProfile",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | invalidTaggedProfile(org.omg.CORBA.CompletionStatus cs)
return invalidTaggedProfile( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidTaggedProfile(java.lang.Throwable t)
return invalidTaggedProfile( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidTaggedProfile()
return invalidTaggedProfile( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidTypecodeKind(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( INVALID_TYPECODE_KIND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.invalidTypecodeKind",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | invalidTypecodeKind(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return invalidTypecodeKind( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidTypecodeKind(java.lang.Throwable t, java.lang.Object arg0)
return invalidTypecodeKind( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | invalidTypecodeKind(java.lang.Object arg0)
return invalidTypecodeKind( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | invalidTypecodeKindMarshal(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( INVALID_TYPECODE_KIND_MARSHAL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invalidTypecodeKindMarshal",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | invalidTypecodeKindMarshal(org.omg.CORBA.CompletionStatus cs)
return invalidTypecodeKindMarshal( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | invalidTypecodeKindMarshal(java.lang.Throwable t)
return invalidTypecodeKindMarshal( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | invalidTypecodeKindMarshal()
return invalidTypecodeKindMarshal( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | invocationErrorInReflectiveTie(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
INTERNAL exc = new INTERNAL( INVOCATION_ERROR_IN_REFLECTIVE_TIE, 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, "ORBUTIL.invocationErrorInReflectiveTie",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invocationErrorInReflectiveTie(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return invocationErrorInReflectiveTie( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | invocationErrorInReflectiveTie(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return invocationErrorInReflectiveTie( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | invocationErrorInReflectiveTie(java.lang.Object arg0, java.lang.Object arg1)
return invocationErrorInReflectiveTie( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | invocationInfoStackEmpty(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( INVOCATION_INFO_STACK_EMPTY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invocationInfoStackEmpty",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | invocationInfoStackEmpty(org.omg.CORBA.CompletionStatus cs)
return invocationInfoStackEmpty( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | invocationInfoStackEmpty(java.lang.Throwable t)
return invocationInfoStackEmpty( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | invocationInfoStackEmpty()
return invocationInfoStackEmpty( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | invokeError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
COMM_FAILURE exc = new COMM_FAILURE( INVOKE_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invokeError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | invokeError(org.omg.CORBA.CompletionStatus cs)
return invokeError( cs, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | invokeError(java.lang.Throwable t)
return invokeError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.COMM_FAILURE | invokeError()
return invokeError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | ioexceptionWhenReadingConnection(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
COMM_FAILURE exc = new COMM_FAILURE( IOEXCEPTION_WHEN_READING_CONNECTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.ioexceptionWhenReadingConnection",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | ioexceptionWhenReadingConnection(org.omg.CORBA.CompletionStatus cs)
return ioexceptionWhenReadingConnection( cs, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | ioexceptionWhenReadingConnection(java.lang.Throwable t)
return ioexceptionWhenReadingConnection( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.COMM_FAILURE | ioexceptionWhenReadingConnection()
return ioexceptionWhenReadingConnection( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | isLocalRequiresStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( IS_LOCAL_REQUIRES_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.isLocalRequiresStub",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | isLocalRequiresStub(org.omg.CORBA.CompletionStatus cs)
return isLocalRequiresStub( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | isLocalRequiresStub(java.lang.Throwable t)
return isLocalRequiresStub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | isLocalRequiresStub()
return isLocalRequiresStub( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | javaSerializationException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( JAVA_SERIALIZATION_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.javaSerializationException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | javaSerializationException(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return javaSerializationException( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | javaSerializationException(java.lang.Throwable t, java.lang.Object arg0)
return javaSerializationException( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | javaSerializationException(java.lang.Object arg0)
return javaSerializationException( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | javaStreamInitFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( JAVA_STREAM_INIT_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.javaStreamInitFailed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | javaStreamInitFailed(org.omg.CORBA.CompletionStatus cs)
return javaStreamInitFailed( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | javaStreamInitFailed(java.lang.Throwable t)
return javaStreamInitFailed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | javaStreamInitFailed()
return javaStreamInitFailed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | localObjectNotAllowed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( LOCAL_OBJECT_NOT_ALLOWED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.localObjectNotAllowed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | localObjectNotAllowed(org.omg.CORBA.CompletionStatus cs)
return localObjectNotAllowed( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | localObjectNotAllowed(java.lang.Throwable t)
return localObjectNotAllowed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | localObjectNotAllowed()
return localObjectNotAllowed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | locateUnknownObject(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( LOCATE_UNKNOWN_OBJECT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.locateUnknownObject",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | locateUnknownObject(org.omg.CORBA.CompletionStatus cs)
return locateUnknownObject( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | locateUnknownObject(java.lang.Throwable t)
return locateUnknownObject( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | locateUnknownObject()
return locateUnknownObject( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | locationforwardError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( LOCATIONFORWARD_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.locationforwardError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | locationforwardError(org.omg.CORBA.CompletionStatus cs)
return locationforwardError( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | locationforwardError(java.lang.Throwable t)
return locationforwardError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | locationforwardError()
return locationforwardError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | longDoubleNotImplemented(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( LONG_DOUBLE_NOT_IMPLEMENTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.longDoubleNotImplemented",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | longDoubleNotImplemented(org.omg.CORBA.CompletionStatus cs)
return longDoubleNotImplemented( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | longDoubleNotImplemented(java.lang.Throwable t)
return longDoubleNotImplemented( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | longDoubleNotImplemented()
return longDoubleNotImplemented( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | malformedUrl(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
MARSHAL exc = new MARSHAL( MALFORMED_URL, 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, "ORBUTIL.malformedUrl",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | malformedUrl(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return malformedUrl( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | malformedUrl(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return malformedUrl( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | malformedUrl(java.lang.Object arg0, java.lang.Object arg1)
return malformedUrl( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_OPERATION | methodNotFoundInTie(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
BAD_OPERATION exc = new BAD_OPERATION( METHOD_NOT_FOUND_IN_TIE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[2] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
doLog( Level.FINE, "ORBUTIL.methodNotFoundInTie",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | methodNotFoundInTie(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return methodNotFoundInTie( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_OPERATION | methodNotFoundInTie(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return methodNotFoundInTie( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_OPERATION | methodNotFoundInTie(java.lang.Object arg0, java.lang.Object arg1)
return methodNotFoundInTie( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | methodShouldNotBeCalled(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( METHOD_SHOULD_NOT_BE_CALLED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.methodShouldNotBeCalled",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | methodShouldNotBeCalled(org.omg.CORBA.CompletionStatus cs)
return methodShouldNotBeCalled( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | methodShouldNotBeCalled(java.lang.Throwable t)
return methodShouldNotBeCalled( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | methodShouldNotBeCalled()
return methodShouldNotBeCalled( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | multIiopProfNotSupported(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( MULT_IIOP_PROF_NOT_SUPPORTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.multIiopProfNotSupported",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | multIiopProfNotSupported(org.omg.CORBA.CompletionStatus cs)
return multIiopProfNotSupported( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | multIiopProfNotSupported(java.lang.Throwable t)
return multIiopProfNotSupported( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | multIiopProfNotSupported()
return multIiopProfNotSupported( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | negativeBounds(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( NEGATIVE_BOUNDS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.negativeBounds",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | negativeBounds(org.omg.CORBA.CompletionStatus cs)
return negativeBounds( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | negativeBounds(java.lang.Throwable t)
return negativeBounds( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | negativeBounds()
return negativeBounds( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | negativeStringLength(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( NEGATIVE_STRING_LENGTH, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.negativeStringLength",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | negativeStringLength(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return negativeStringLength( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | negativeStringLength(java.lang.Throwable t, java.lang.Object arg0)
return negativeStringLength( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | negativeStringLength(java.lang.Object arg0)
return negativeStringLength( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | noClientScClass(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( NO_CLIENT_SC_CLASS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.noClientScClass",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | noClientScClass(org.omg.CORBA.CompletionStatus cs)
return noClientScClass( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | noClientScClass(java.lang.Throwable t)
return noClientScClass( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | noClientScClass()
return noClientScClass( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | noInterfaceDefStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( NO_INTERFACE_DEF_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.noInterfaceDefStub",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | noInterfaceDefStub(org.omg.CORBA.CompletionStatus cs)
return noInterfaceDefStub( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | noInterfaceDefStub(java.lang.Throwable t)
return noInterfaceDefStub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | noInterfaceDefStub()
return noInterfaceDefStub( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | noInvocationHandler(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( NO_INVOCATION_HANDLER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.noInvocationHandler",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | noInvocationHandler(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return noInvocationHandler( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | noInvocationHandler(java.lang.Throwable t, java.lang.Object arg0)
return noInvocationHandler( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | noInvocationHandler(java.lang.Object arg0)
return noInvocationHandler( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | noObjectAdapterFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( NO_OBJECT_ADAPTER_FACTORY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.noObjectAdapterFactory",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | noObjectAdapterFactory(org.omg.CORBA.CompletionStatus cs)
return noObjectAdapterFactory( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | noObjectAdapterFactory(java.lang.Throwable t)
return noObjectAdapterFactory( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | noObjectAdapterFactory()
return noObjectAdapterFactory( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | noPoa(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( NO_POA, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.noPoa",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | noPoa(org.omg.CORBA.CompletionStatus cs)
return noPoa( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | noPoa(java.lang.Throwable t)
return noPoa( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | noPoa()
return noPoa( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INV_OBJREF | noProfilePresent(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INV_OBJREF exc = new INV_OBJREF( NO_PROFILE_PRESENT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.noProfilePresent",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INV_OBJREF | noProfilePresent(org.omg.CORBA.CompletionStatus cs)
return noProfilePresent( cs, null ) ;
|
public org.omg.CORBA.INV_OBJREF | noProfilePresent(java.lang.Throwable t)
return noProfilePresent( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INV_OBJREF | noProfilePresent()
return noProfilePresent( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noServerScInDispatch(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( NO_SERVER_SC_IN_DISPATCH, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.noServerScInDispatch",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | noServerScInDispatch(org.omg.CORBA.CompletionStatus cs)
return noServerScInDispatch( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noServerScInDispatch(java.lang.Throwable t)
return noServerScInDispatch( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | noServerScInDispatch()
return noServerScInDispatch( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | noServerSubcontract(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( NO_SERVER_SUBCONTRACT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.noServerSubcontract",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | noServerSubcontract(org.omg.CORBA.CompletionStatus cs)
return noServerSubcontract( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | noServerSubcontract(java.lang.Throwable t)
return noServerSubcontract( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | noServerSubcontract()
return noServerSubcontract( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | noToa(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( NO_TOA, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.noToa",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | noToa(org.omg.CORBA.CompletionStatus cs)
return noToa( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | noToa(java.lang.Throwable t)
return noToa( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | noToa()
return noToa( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | nonExistentOrbid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( NON_EXISTENT_ORBID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.nonExistentOrbid",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | nonExistentOrbid(org.omg.CORBA.CompletionStatus cs)
return nonExistentOrbid( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | nonExistentOrbid(java.lang.Throwable t)
return nonExistentOrbid( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | nonExistentOrbid()
return nonExistentOrbid( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | nullIor(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( NULL_IOR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.nullIor",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | nullIor(org.omg.CORBA.CompletionStatus cs)
return nullIor( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | nullIor(java.lang.Throwable t)
return nullIor( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | nullIor()
return nullIor( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | nullNotAllowed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( NULL_NOT_ALLOWED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.nullNotAllowed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | nullNotAllowed(org.omg.CORBA.CompletionStatus cs)
return nullNotAllowed( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | nullNotAllowed(java.lang.Throwable t)
return nullNotAllowed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | nullNotAllowed()
return nullNotAllowed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | nullObjectReference(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( NULL_OBJECT_REFERENCE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.nullObjectReference",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | nullObjectReference(org.omg.CORBA.CompletionStatus cs)
return nullObjectReference( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | nullObjectReference(java.lang.Throwable t)
return nullObjectReference( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | nullObjectReference()
return nullObjectReference( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | nullOutCall(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( NULL_OUT_CALL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.nullOutCall",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | nullOutCall(org.omg.CORBA.CompletionStatus cs)
return nullOutCall( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | nullOutCall(java.lang.Throwable t)
return nullOutCall( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | nullOutCall()
return nullOutCall( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | nullParam(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( NULL_PARAM, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.nullParam",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | nullParam(org.omg.CORBA.CompletionStatus cs)
return nullParam( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | nullParam(java.lang.Throwable t)
return nullParam( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | nullParam()
return nullParam( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | nullReplyInGetAddrDisposition(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( NULL_REPLY_IN_GET_ADDR_DISPOSITION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.nullReplyInGetAddrDisposition",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | nullReplyInGetAddrDisposition(org.omg.CORBA.CompletionStatus cs)
return nullReplyInGetAddrDisposition( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | nullReplyInGetAddrDisposition(java.lang.Throwable t)
return nullReplyInGetAddrDisposition( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | nullReplyInGetAddrDisposition()
return nullReplyInGetAddrDisposition( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | numInvocationsAlreadyZero(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( NUM_INVOCATIONS_ALREADY_ZERO, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.numInvocationsAlreadyZero",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | numInvocationsAlreadyZero(org.omg.CORBA.CompletionStatus cs)
return numInvocationsAlreadyZero( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | numInvocationsAlreadyZero(java.lang.Throwable t)
return numInvocationsAlreadyZero( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | numInvocationsAlreadyZero()
return numInvocationsAlreadyZero( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | objectAdapterIdNotAvailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( OBJECT_ADAPTER_ID_NOT_AVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.objectAdapterIdNotAvailable",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | objectAdapterIdNotAvailable(org.omg.CORBA.CompletionStatus cs)
return objectAdapterIdNotAvailable( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | objectAdapterIdNotAvailable(java.lang.Throwable t)
return objectAdapterIdNotAvailable( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | objectAdapterIdNotAvailable()
return objectAdapterIdNotAvailable( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | objrefFromForeignOrb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( OBJREF_FROM_FOREIGN_ORB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.objrefFromForeignOrb",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | objrefFromForeignOrb(org.omg.CORBA.CompletionStatus cs)
return objrefFromForeignOrb( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | objrefFromForeignOrb(java.lang.Throwable t)
return objrefFromForeignOrb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | objrefFromForeignOrb()
return objrefFromForeignOrb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbConfiguratorError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( ORB_CONFIGURATOR_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.orbConfiguratorError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | orbConfiguratorError(org.omg.CORBA.CompletionStatus cs)
return orbConfiguratorError( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbConfiguratorError(java.lang.Throwable t)
return orbConfiguratorError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbConfiguratorError()
return orbConfiguratorError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | orbConnectError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJ_ADAPTER exc = new OBJ_ADAPTER( ORB_CONNECT_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.orbConnectError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJ_ADAPTER | orbConnectError(org.omg.CORBA.CompletionStatus cs)
return orbConnectError( cs, null ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | orbConnectError(java.lang.Throwable t)
return orbConnectError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJ_ADAPTER | orbConnectError()
return orbConnectError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbDestroyed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( ORB_DESTROYED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.orbDestroyed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | orbDestroyed(org.omg.CORBA.CompletionStatus cs)
return orbDestroyed( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbDestroyed(java.lang.Throwable t)
return orbDestroyed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbDestroyed()
return orbDestroyed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbIdNotAvailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( ORB_ID_NOT_AVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.orbIdNotAvailable",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | orbIdNotAvailable(org.omg.CORBA.CompletionStatus cs)
return orbIdNotAvailable( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbIdNotAvailable(java.lang.Throwable t)
return orbIdNotAvailable( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | orbIdNotAvailable()
return orbIdNotAvailable( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitializerFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( ORB_INITIALIZER_FAILURE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.orbInitializerFailure",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitializerFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return orbInitializerFailure( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitializerFailure(java.lang.Throwable t, java.lang.Object arg0)
return orbInitializerFailure( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitializerFailure(java.lang.Object arg0)
return orbInitializerFailure( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitializerType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
DATA_CONVERSION exc = new DATA_CONVERSION( ORB_INITIALIZER_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.orbInitializerType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitializerType(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return orbInitializerType( cs, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitializerType(java.lang.Throwable t, java.lang.Object arg0)
return orbInitializerType( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitializerType(java.lang.Object arg0)
return orbInitializerType( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitialreferenceSyntax(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( ORB_INITIALREFERENCE_SYNTAX, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.orbInitialreferenceSyntax",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitialreferenceSyntax(org.omg.CORBA.CompletionStatus cs)
return orbInitialreferenceSyntax( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitialreferenceSyntax(java.lang.Throwable t)
return orbInitialreferenceSyntax( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | orbInitialreferenceSyntax()
return orbInitialreferenceSyntax( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | orbTargetAddrPreferenceInExtractObjectkeyInvalid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( ORB_TARGET_ADDR_PREFERENCE_IN_EXTRACT_OBJECTKEY_INVALID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.orbTargetAddrPreferenceInExtractObjectkeyInvalid",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | orbTargetAddrPreferenceInExtractObjectkeyInvalid(org.omg.CORBA.CompletionStatus cs)
return orbTargetAddrPreferenceInExtractObjectkeyInvalid( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | orbTargetAddrPreferenceInExtractObjectkeyInvalid(java.lang.Throwable t)
return orbTargetAddrPreferenceInExtractObjectkeyInvalid( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | orbTargetAddrPreferenceInExtractObjectkeyInvalid()
return orbTargetAddrPreferenceInExtractObjectkeyInvalid( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | peekstringFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( PEEKSTRING_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.peekstringFailed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | peekstringFailed(org.omg.CORBA.CompletionStatus cs)
return peekstringFailed( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | peekstringFailed(java.lang.Throwable t)
return peekstringFailed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | peekstringFailed()
return peekstringFailed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | persistentServerInitError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( PERSISTENT_SERVER_INIT_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.persistentServerInitError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | persistentServerInitError(org.omg.CORBA.CompletionStatus cs)
return persistentServerInitError( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | persistentServerInitError(java.lang.Throwable t)
return persistentServerInitError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | persistentServerInitError()
return persistentServerInitError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServeridNotSet(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( PERSISTENT_SERVERID_NOT_SET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.persistentServeridNotSet",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | persistentServeridNotSet(org.omg.CORBA.CompletionStatus cs)
return persistentServeridNotSet( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServeridNotSet(java.lang.Throwable t)
return persistentServeridNotSet( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServeridNotSet()
return persistentServeridNotSet( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServerportNotSet(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INITIALIZE exc = new INITIALIZE( PERSISTENT_SERVERPORT_NOT_SET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.persistentServerportNotSet",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INITIALIZE | persistentServerportNotSet(org.omg.CORBA.CompletionStatus cs)
return persistentServerportNotSet( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServerportNotSet(java.lang.Throwable t)
return persistentServerportNotSet( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | persistentServerportNotSet()
return persistentServerportNotSet( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | positiveEndTag(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
MARSHAL exc = new MARSHAL( POSITIVE_END_TAG, 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, "ORBUTIL.positiveEndTag",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | positiveEndTag(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return positiveEndTag( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | positiveEndTag(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return positiveEndTag( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | positiveEndTag(java.lang.Object arg0, java.lang.Object arg1)
return positiveEndTag( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | problemWithExceptionTypecode(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( PROBLEM_WITH_EXCEPTION_TYPECODE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.problemWithExceptionTypecode",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | problemWithExceptionTypecode(org.omg.CORBA.CompletionStatus cs)
return problemWithExceptionTypecode( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | problemWithExceptionTypecode(java.lang.Throwable t)
return problemWithExceptionTypecode( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | problemWithExceptionTypecode()
return problemWithExceptionTypecode( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | readObjectException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( READ_OBJECT_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.readObjectException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | readObjectException(org.omg.CORBA.CompletionStatus cs)
return readObjectException( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | readObjectException(java.lang.Throwable t)
return readObjectException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | readObjectException()
return readObjectException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | readObjectLoadClassFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
MARSHAL exc = new MARSHAL( READ_OBJECT_LOAD_CLASS_FAILURE, 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, "ORBUTIL.readObjectLoadClassFailure",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | readObjectLoadClassFailure(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return readObjectLoadClassFailure( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | readObjectLoadClassFailure(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return readObjectLoadClassFailure( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | readObjectLoadClassFailure(java.lang.Object arg0, java.lang.Object arg1)
return readObjectLoadClassFailure( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | readUndeclaredException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( READ_UNDECLARED_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.readUndeclaredException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | readUndeclaredException(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return readUndeclaredException( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | readUndeclaredException(java.lang.Throwable t, java.lang.Object arg0)
return readUndeclaredException( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | readUndeclaredException(java.lang.Object arg0)
return readUndeclaredException( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | readValueAndNoRepId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( READ_VALUE_AND_NO_REP_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.readValueAndNoRepId",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | readValueAndNoRepId(org.omg.CORBA.CompletionStatus cs)
return readValueAndNoRepId( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | readValueAndNoRepId(java.lang.Throwable t)
return readValueAndNoRepId( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | readValueAndNoRepId()
return readValueAndNoRepId( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | recursiveTypecodeError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( RECURSIVE_TYPECODE_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.recursiveTypecodeError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | recursiveTypecodeError(org.omg.CORBA.CompletionStatus cs)
return recursiveTypecodeError( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | recursiveTypecodeError(java.lang.Throwable t)
return recursiveTypecodeError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | recursiveTypecodeError()
return recursiveTypecodeError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | recvMsgError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
COMM_FAILURE exc = new COMM_FAILURE( RECV_MSG_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.recvMsgError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | recvMsgError(org.omg.CORBA.CompletionStatus cs)
return recvMsgError( cs, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | recvMsgError(java.lang.Throwable t)
return recvMsgError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.COMM_FAILURE | recvMsgError()
return recvMsgError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | refTypeIndirType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( REF_TYPE_INDIR_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.refTypeIndirType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | refTypeIndirType(org.omg.CORBA.CompletionStatus cs)
return refTypeIndirType( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | refTypeIndirType(java.lang.Throwable t)
return refTypeIndirType( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | refTypeIndirType()
return refTypeIndirType( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | remarshalWithNowhereToGo(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( REMARSHAL_WITH_NOWHERE_TO_GO, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.remarshalWithNowhereToGo",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | remarshalWithNowhereToGo(org.omg.CORBA.CompletionStatus cs)
return remarshalWithNowhereToGo( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | remarshalWithNowhereToGo(java.lang.Throwable t)
return remarshalWithNowhereToGo( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | remarshalWithNowhereToGo()
return remarshalWithNowhereToGo( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.TRANSIENT | requestCanceled(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
TRANSIENT exc = new TRANSIENT( REQUEST_CANCELED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.requestCanceled",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.TRANSIENT | requestCanceled(org.omg.CORBA.CompletionStatus cs)
return requestCanceled( cs, null ) ;
|
public org.omg.CORBA.TRANSIENT | requestCanceled(java.lang.Throwable t)
return requestCanceled( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.TRANSIENT | requestCanceled()
return requestCanceled( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | requestRequiresStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( REQUEST_REQUIRES_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.requestRequiresStub",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | requestRequiresStub(org.omg.CORBA.CompletionStatus cs)
return requestRequiresStub( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | requestRequiresStub(java.lang.Throwable t)
return requestRequiresStub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | requestRequiresStub()
return requestRequiresStub( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | requestdispatcherregistryError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( RequestDispatcherRegistry_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.requestdispatcherregistryError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | requestdispatcherregistryError(org.omg.CORBA.CompletionStatus cs)
return requestdispatcherregistryError( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | requestdispatcherregistryError(java.lang.Throwable t)
return requestdispatcherregistryError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | requestdispatcherregistryError()
return requestdispatcherregistryError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | runtimeexception(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( RUNTIMEEXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.runtimeexception",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | runtimeexception(org.omg.CORBA.CompletionStatus cs)
return runtimeexception( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | runtimeexception(java.lang.Throwable t)
return runtimeexception( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | runtimeexception()
return runtimeexception( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | securityExceptionInAccept(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
COMM_FAILURE exc = new COMM_FAILURE( SECURITY_EXCEPTION_IN_ACCEPT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[2] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
doLog( Level.FINE, "ORBUTIL.securityExceptionInAccept",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | securityExceptionInAccept(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return securityExceptionInAccept( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.COMM_FAILURE | securityExceptionInAccept(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return securityExceptionInAccept( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.COMM_FAILURE | securityExceptionInAccept(java.lang.Object arg0, java.lang.Object arg1)
return securityExceptionInAccept( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.COMM_FAILURE | selectionKeyInvalid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
COMM_FAILURE exc = new COMM_FAILURE( SELECTION_KEY_INVALID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.FINE, "ORBUTIL.selectionKeyInvalid",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | selectionKeyInvalid(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return selectionKeyInvalid( cs, null, arg0 ) ;
|
public org.omg.CORBA.COMM_FAILURE | selectionKeyInvalid(java.lang.Throwable t, java.lang.Object arg0)
return selectionKeyInvalid( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.COMM_FAILURE | selectionKeyInvalid(java.lang.Object arg0)
return selectionKeyInvalid( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | sendDeferredNotimplemented(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( SEND_DEFERRED_NOTIMPLEMENTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.sendDeferredNotimplemented",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | sendDeferredNotimplemented(org.omg.CORBA.CompletionStatus cs)
return sendDeferredNotimplemented( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | sendDeferredNotimplemented(java.lang.Throwable t)
return sendDeferredNotimplemented( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | sendDeferredNotimplemented()
return sendDeferredNotimplemented( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | servantNotFound(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( SERVANT_NOT_FOUND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.servantNotFound",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | servantNotFound(org.omg.CORBA.CompletionStatus cs)
return servantNotFound( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | servantNotFound(java.lang.Throwable t)
return servantNotFound( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | servantNotFound()
return servantNotFound( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | serverIdNotAvailable(java.lang.Throwable t)
return serverIdNotAvailable( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | serverIdNotAvailable()
return serverIdNotAvailable( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | serverIdNotAvailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( SERVER_ID_NOT_AVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.serverIdNotAvailable",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | serverIdNotAvailable(org.omg.CORBA.CompletionStatus cs)
return serverIdNotAvailable( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | serverScNoIiopProfile(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SERVER_SC_NO_IIOP_PROFILE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.serverScNoIiopProfile",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | serverScNoIiopProfile(org.omg.CORBA.CompletionStatus cs)
return serverScNoIiopProfile( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | serverScNoIiopProfile(java.lang.Throwable t)
return serverScNoIiopProfile( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | serverScNoIiopProfile()
return serverScNoIiopProfile( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | serverScTempSize(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SERVER_SC_TEMP_SIZE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.serverScTempSize",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | serverScTempSize(org.omg.CORBA.CompletionStatus cs)
return serverScTempSize( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | serverScTempSize(java.lang.Throwable t)
return serverScTempSize( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | serverScTempSize()
return serverScTempSize( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | setDelegateRequiresStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( SET_DELEGATE_REQUIRES_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.setDelegateRequiresStub",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | setDelegateRequiresStub(org.omg.CORBA.CompletionStatus cs)
return setDelegateRequiresStub( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | setDelegateRequiresStub(java.lang.Throwable t)
return setDelegateRequiresStub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | setDelegateRequiresStub()
return setDelegateRequiresStub( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | setExceptionCalledBadType(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( SET_EXCEPTION_CALLED_BAD_TYPE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.setExceptionCalledBadType",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | setExceptionCalledBadType(org.omg.CORBA.CompletionStatus cs)
return setExceptionCalledBadType( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | setExceptionCalledBadType(java.lang.Throwable t)
return setExceptionCalledBadType( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | setExceptionCalledBadType()
return setExceptionCalledBadType( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | setExceptionCalledNullArgs(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( SET_EXCEPTION_CALLED_NULL_ARGS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.setExceptionCalledNullArgs",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | setExceptionCalledNullArgs(org.omg.CORBA.CompletionStatus cs)
return setExceptionCalledNullArgs( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | setExceptionCalledNullArgs(java.lang.Throwable t)
return setExceptionCalledNullArgs( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | setExceptionCalledNullArgs()
return setExceptionCalledNullArgs( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultAfterException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( SET_RESULT_AFTER_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.setResultAfterException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultAfterException(org.omg.CORBA.CompletionStatus cs)
return setResultAfterException( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultAfterException(java.lang.Throwable t)
return setResultAfterException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultAfterException()
return setResultAfterException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultCalledMultiple(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( SET_RESULT_CALLED_MULTIPLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.setResultCalledMultiple",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultCalledMultiple(org.omg.CORBA.CompletionStatus cs)
return setResultCalledMultiple( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultCalledMultiple(java.lang.Throwable t)
return setResultCalledMultiple( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultCalledMultiple()
return setResultCalledMultiple( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultCalledNullArgs(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( SET_RESULT_CALLED_NULL_ARGS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.setResultCalledNullArgs",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultCalledNullArgs(org.omg.CORBA.CompletionStatus cs)
return setResultCalledNullArgs( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultCalledNullArgs(java.lang.Throwable t)
return setResultCalledNullArgs( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | setResultCalledNullArgs()
return setResultCalledNullArgs( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | socketFactoryAndContactInfoListAtSameTime(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( SOCKET_FACTORY_AND_CONTACT_INFO_LIST_AT_SAME_TIME, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.socketFactoryAndContactInfoListAtSameTime",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | socketFactoryAndContactInfoListAtSameTime(org.omg.CORBA.CompletionStatus cs)
return socketFactoryAndContactInfoListAtSameTime( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | socketFactoryAndContactInfoListAtSameTime(java.lang.Throwable t)
return socketFactoryAndContactInfoListAtSameTime( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | socketFactoryAndContactInfoListAtSameTime()
return socketFactoryAndContactInfoListAtSameTime( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable1(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( STATEMENT_NOT_REACHABLE1, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.statementNotReachable1",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable1(org.omg.CORBA.CompletionStatus cs)
return statementNotReachable1( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable1(java.lang.Throwable t)
return statementNotReachable1( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable1()
return statementNotReachable1( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( STATEMENT_NOT_REACHABLE2, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.statementNotReachable2",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable2(org.omg.CORBA.CompletionStatus cs)
return statementNotReachable2( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable2(java.lang.Throwable t)
return statementNotReachable2( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable2()
return statementNotReachable2( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable3(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( STATEMENT_NOT_REACHABLE3, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.statementNotReachable3",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable3(org.omg.CORBA.CompletionStatus cs)
return statementNotReachable3( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable3(java.lang.Throwable t)
return statementNotReachable3( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable3()
return statementNotReachable3( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable4(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( STATEMENT_NOT_REACHABLE4, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.statementNotReachable4",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable4(org.omg.CORBA.CompletionStatus cs)
return statementNotReachable4( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable4(java.lang.Throwable t)
return statementNotReachable4( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable4()
return statementNotReachable4( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable5(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( STATEMENT_NOT_REACHABLE5, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.statementNotReachable5",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable5(org.omg.CORBA.CompletionStatus cs)
return statementNotReachable5( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable5(java.lang.Throwable t)
return statementNotReachable5( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable5()
return statementNotReachable5( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable6(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( STATEMENT_NOT_REACHABLE6, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.statementNotReachable6",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable6(org.omg.CORBA.CompletionStatus cs)
return statementNotReachable6( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable6(java.lang.Throwable t)
return statementNotReachable6( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | statementNotReachable6()
return statementNotReachable6( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | stringExpected(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( STRING_EXPECTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.stringExpected",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | stringExpected(org.omg.CORBA.CompletionStatus cs)
return stringExpected( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | stringExpected(java.lang.Throwable t)
return stringExpected( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | stringExpected()
return stringExpected( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | stringifyWriteError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( STRINGIFY_WRITE_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.stringifyWriteError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | stringifyWriteError(org.omg.CORBA.CompletionStatus cs)
return stringifyWriteError( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | stringifyWriteError(java.lang.Throwable t)
return stringifyWriteError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | stringifyWriteError()
return stringifyWriteError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | stubCreateError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( STUB_CREATE_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.stubCreateError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | stubCreateError(org.omg.CORBA.CompletionStatus cs)
return stubCreateError( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | stubCreateError(java.lang.Throwable t)
return stubCreateError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | stubCreateError()
return stubCreateError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | svcctxUnmarshalError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SVCCTX_UNMARSHAL_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.svcctxUnmarshalError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | svcctxUnmarshalError(org.omg.CORBA.CompletionStatus cs)
return svcctxUnmarshalError( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | svcctxUnmarshalError(java.lang.Throwable t)
return svcctxUnmarshalError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | svcctxUnmarshalError()
return svcctxUnmarshalError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | tkLongDoubleNotSupported(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( TK_LONG_DOUBLE_NOT_SUPPORTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.tkLongDoubleNotSupported",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | tkLongDoubleNotSupported(org.omg.CORBA.CompletionStatus cs)
return tkLongDoubleNotSupported( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | tkLongDoubleNotSupported(java.lang.Throwable t)
return tkLongDoubleNotSupported( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | tkLongDoubleNotSupported()
return tkLongDoubleNotSupported( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | transportReadTimeoutExceeded(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
COMM_FAILURE exc = new COMM_FAILURE( TRANSPORT_READ_TIMEOUT_EXCEEDED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[4] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
parameters[2] = arg2 ;
parameters[3] = arg3 ;
doLog( Level.WARNING, "ORBUTIL.transportReadTimeoutExceeded",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | transportReadTimeoutExceeded(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
return transportReadTimeoutExceeded( cs, null, arg0, arg1, arg2, arg3 ) ;
|
public org.omg.CORBA.COMM_FAILURE | transportReadTimeoutExceeded(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
return transportReadTimeoutExceeded( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2, arg3 ) ;
|
public org.omg.CORBA.COMM_FAILURE | transportReadTimeoutExceeded(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
return transportReadTimeoutExceeded( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2, arg3 ) ;
|
public org.omg.CORBA.INTERNAL | typecodeNotSupported(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( TYPECODE_NOT_SUPPORTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.typecodeNotSupported",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | typecodeNotSupported(org.omg.CORBA.CompletionStatus cs)
return typecodeNotSupported( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | typecodeNotSupported(java.lang.Throwable t)
return typecodeNotSupported( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | typecodeNotSupported()
return typecodeNotSupported( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | unableFindValueFactory(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( UNABLE_FIND_VALUE_FACTORY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.unableFindValueFactory",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | unableFindValueFactory(org.omg.CORBA.CompletionStatus cs)
return unableFindValueFactory( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | unableFindValueFactory(java.lang.Throwable t)
return unableFindValueFactory( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | unableFindValueFactory()
return unableFindValueFactory( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | unableToLocateRepIdArray(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( UNABLE_TO_LOCATE_REP_ID_ARRAY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.unableToLocateRepIdArray",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | unableToLocateRepIdArray(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return unableToLocateRepIdArray( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | unableToLocateRepIdArray(java.lang.Throwable t, java.lang.Object arg0)
return unableToLocateRepIdArray( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | unableToLocateRepIdArray(java.lang.Object arg0)
return unableToLocateRepIdArray( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | unableToSetSocketFactoryOrb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( UNABLE_TO_SET_SOCKET_FACTORY_ORB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unableToSetSocketFactoryOrb",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | unableToSetSocketFactoryOrb(org.omg.CORBA.CompletionStatus cs)
return unableToSetSocketFactoryOrb( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | unableToSetSocketFactoryOrb(java.lang.Throwable t)
return unableToSetSocketFactoryOrb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | unableToSetSocketFactoryOrb()
return unableToSetSocketFactoryOrb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedDiiException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( UNEXPECTED_DII_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unexpectedDiiException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | unexpectedDiiException(org.omg.CORBA.CompletionStatus cs)
return unexpectedDiiException( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedDiiException(java.lang.Throwable t)
return unexpectedDiiException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedDiiException()
return unexpectedDiiException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedDirectByteBufferWithNonChannelSocket(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( UNEXPECTED_DIRECT_BYTE_BUFFER_WITH_NON_CHANNEL_SOCKET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unexpectedDirectByteBufferWithNonChannelSocket",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | unexpectedDirectByteBufferWithNonChannelSocket(org.omg.CORBA.CompletionStatus cs)
return unexpectedDirectByteBufferWithNonChannelSocket( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedDirectByteBufferWithNonChannelSocket(java.lang.Throwable t)
return unexpectedDirectByteBufferWithNonChannelSocket( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedDirectByteBufferWithNonChannelSocket()
return unexpectedDirectByteBufferWithNonChannelSocket( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | unexpectedEnclosingValuetype(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
MARSHAL exc = new MARSHAL( UNEXPECTED_ENCLOSING_VALUETYPE, 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, "ORBUTIL.unexpectedEnclosingValuetype",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | unexpectedEnclosingValuetype(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return unexpectedEnclosingValuetype( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | unexpectedEnclosingValuetype(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return unexpectedEnclosingValuetype( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | unexpectedEnclosingValuetype(java.lang.Object arg0, java.lang.Object arg1)
return unexpectedEnclosingValuetype( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.MARSHAL | unexpectedEof(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( UNEXPECTED_EOF, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unexpectedEof",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | unexpectedEof(org.omg.CORBA.CompletionStatus cs)
return unexpectedEof( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | unexpectedEof(java.lang.Throwable t)
return unexpectedEof( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | unexpectedEof()
return unexpectedEof( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( UNEXPECTED_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unexpectedException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | unexpectedException(org.omg.CORBA.CompletionStatus cs)
return unexpectedException( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedException(java.lang.Throwable t)
return unexpectedException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedException()
return unexpectedException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedNonDirectByteBufferWithChannelSocket(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( UNEXPECTED_NON_DIRECT_BYTE_BUFFER_WITH_CHANNEL_SOCKET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unexpectedNonDirectByteBufferWithChannelSocket",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | unexpectedNonDirectByteBufferWithChannelSocket(org.omg.CORBA.CompletionStatus cs)
return unexpectedNonDirectByteBufferWithChannelSocket( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedNonDirectByteBufferWithChannelSocket(java.lang.Throwable t)
return unexpectedNonDirectByteBufferWithChannelSocket( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | unexpectedNonDirectByteBufferWithChannelSocket()
return unexpectedNonDirectByteBufferWithChannelSocket( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | unexpectedUnionDefault(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( UNEXPECTED_UNION_DEFAULT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unexpectedUnionDefault",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | unexpectedUnionDefault(org.omg.CORBA.CompletionStatus cs)
return unexpectedUnionDefault( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | unexpectedUnionDefault(java.lang.Throwable t)
return unexpectedUnionDefault( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | unexpectedUnionDefault()
return unexpectedUnionDefault( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | unionDiscriminatorError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( UNION_DISCRIMINATOR_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unionDiscriminatorError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | unionDiscriminatorError(org.omg.CORBA.CompletionStatus cs)
return unionDiscriminatorError( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | unionDiscriminatorError(java.lang.Throwable t)
return unionDiscriminatorError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | unionDiscriminatorError()
return unionDiscriminatorError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | unknownCodeset(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( UNKNOWN_CODESET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.unknownCodeset",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | unknownCodeset(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return unknownCodeset( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | unknownCodeset(java.lang.Throwable t, java.lang.Object arg0)
return unknownCodeset( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | unknownCodeset(java.lang.Object arg0)
return unknownCodeset( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | unknownConversionCodeSet(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( UNKNOWN_CONVERSION_CODE_SET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.unknownConversionCodeSet",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | unknownConversionCodeSet(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return unknownConversionCodeSet( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | unknownConversionCodeSet(java.lang.Throwable t, java.lang.Object arg0)
return unknownConversionCodeSet( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | unknownConversionCodeSet(java.lang.Object arg0)
return unknownConversionCodeSet( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.UNKNOWN | unknownCorbaExc(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNKNOWN_CORBA_EXC, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unknownCorbaExc",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unknownCorbaExc(org.omg.CORBA.CompletionStatus cs)
return unknownCorbaExc( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownCorbaExc(java.lang.Throwable t)
return unknownCorbaExc( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unknownCorbaExc()
return unknownCorbaExc( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownDsiSysex(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNKNOWN_DSI_SYSEX, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unknownDsiSysex",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unknownDsiSysex(org.omg.CORBA.CompletionStatus cs)
return unknownDsiSysex( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownDsiSysex(java.lang.Throwable t)
return unknownDsiSysex( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unknownDsiSysex()
return unknownDsiSysex( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownExceptionInDispatch(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNKNOWN_EXCEPTION_IN_DISPATCH, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.unknownExceptionInDispatch",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unknownExceptionInDispatch(org.omg.CORBA.CompletionStatus cs)
return unknownExceptionInDispatch( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownExceptionInDispatch(java.lang.Throwable t)
return unknownExceptionInDispatch( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unknownExceptionInDispatch()
return unknownExceptionInDispatch( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | unknownNativeCodeset(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( UNKNOWN_NATIVE_CODESET, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.unknownNativeCodeset",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | unknownNativeCodeset(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return unknownNativeCodeset( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | unknownNativeCodeset(java.lang.Throwable t, java.lang.Object arg0)
return unknownNativeCodeset( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | unknownNativeCodeset(java.lang.Object arg0)
return unknownNativeCodeset( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.UNKNOWN | unknownServerError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNKNOWN_SERVER_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unknownServerError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unknownServerError(org.omg.CORBA.CompletionStatus cs)
return unknownServerError( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownServerError(java.lang.Throwable t)
return unknownServerError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unknownServerError()
return unknownServerError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownSysex(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNKNOWN_SYSEX, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unknownSysex",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unknownSysex(org.omg.CORBA.CompletionStatus cs)
return unknownSysex( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownSysex(java.lang.Throwable t)
return unknownSysex( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unknownSysex()
return unknownSysex( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_TYPECODE | unresolvedRecursiveTypecode(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_TYPECODE exc = new BAD_TYPECODE( UNRESOLVED_RECURSIVE_TYPECODE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.unresolvedRecursiveTypecode",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_TYPECODE | unresolvedRecursiveTypecode(org.omg.CORBA.CompletionStatus cs)
return unresolvedRecursiveTypecode( cs, null ) ;
|
public org.omg.CORBA.BAD_TYPECODE | unresolvedRecursiveTypecode(java.lang.Throwable t)
return unresolvedRecursiveTypecode( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_TYPECODE | unresolvedRecursiveTypecode()
return unresolvedRecursiveTypecode( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | unsupportedGiopVersion(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( UNSUPPORTED_GIOP_VERSION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.unsupportedGiopVersion",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | unsupportedGiopVersion(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return unsupportedGiopVersion( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | unsupportedGiopVersion(java.lang.Throwable t, java.lang.Object arg0)
return unsupportedGiopVersion( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | unsupportedGiopVersion(java.lang.Object arg0)
return unsupportedGiopVersion( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | valuehandlerReadError(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( VALUEHANDLER_READ_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.valuehandlerReadError",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | valuehandlerReadError(org.omg.CORBA.CompletionStatus cs)
return valuehandlerReadError( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | valuehandlerReadError(java.lang.Throwable t)
return valuehandlerReadError( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | valuehandlerReadError()
return valuehandlerReadError( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | valuehandlerReadException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( VALUEHANDLER_READ_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.valuehandlerReadException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | valuehandlerReadException(org.omg.CORBA.CompletionStatus cs)
return valuehandlerReadException( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | valuehandlerReadException(java.lang.Throwable t)
return valuehandlerReadException( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | valuehandlerReadException()
return valuehandlerReadException( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | wcharArrayUnsupportedEncoding(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( WCHAR_ARRAY_UNSUPPORTED_ENCODING, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.wcharArrayUnsupportedEncoding",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | wcharArrayUnsupportedEncoding(org.omg.CORBA.CompletionStatus cs)
return wcharArrayUnsupportedEncoding( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | wcharArrayUnsupportedEncoding(java.lang.Throwable t)
return wcharArrayUnsupportedEncoding( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | wcharArrayUnsupportedEncoding()
return wcharArrayUnsupportedEncoding( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | wcharDataInGiop10(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( WCHAR_DATA_IN_GIOP_1_0, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.wcharDataInGiop10",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | wcharDataInGiop10(org.omg.CORBA.CompletionStatus cs)
return wcharDataInGiop10( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | wcharDataInGiop10(java.lang.Throwable t)
return wcharDataInGiop10( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | wcharDataInGiop10()
return wcharDataInGiop10( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | writeErrorSend(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
COMM_FAILURE exc = new COMM_FAILURE( WRITE_ERROR_SEND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.writeErrorSend",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | writeErrorSend(org.omg.CORBA.CompletionStatus cs)
return writeErrorSend( cs, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | writeErrorSend(java.lang.Throwable t)
return writeErrorSend( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.COMM_FAILURE | writeErrorSend()
return writeErrorSend( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | writeLocalObject(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( WRITE_LOCAL_OBJECT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.writeLocalObject",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | writeLocalObject(org.omg.CORBA.CompletionStatus cs)
return writeLocalObject( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | writeLocalObject(java.lang.Throwable t)
return writeLocalObject( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | writeLocalObject()
return writeLocalObject( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | writeUndeclaredException(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( WRITE_UNDECLARED_EXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.writeUndeclaredException",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | writeUndeclaredException(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return writeUndeclaredException( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | writeUndeclaredException(java.lang.Throwable t, java.lang.Object arg0)
return writeUndeclaredException( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | writeUndeclaredException(java.lang.Object arg0)
return writeUndeclaredException( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | wrongClientsc(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( WRONG_CLIENTSC, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.wrongClientsc",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | wrongClientsc(org.omg.CORBA.CompletionStatus cs)
return wrongClientsc( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | wrongClientsc(java.lang.Throwable t)
return wrongClientsc( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | wrongClientsc()
return wrongClientsc( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | wrongInterfaceDef(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( WRONG_INTERFACE_DEF, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.wrongInterfaceDef",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | wrongInterfaceDef(org.omg.CORBA.CompletionStatus cs)
return wrongInterfaceDef( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | wrongInterfaceDef(java.lang.Throwable t)
return wrongInterfaceDef( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | wrongInterfaceDef()
return wrongInterfaceDef( CompletionStatus.COMPLETED_NO, null ) ;
|