Searched refs:omgWrapper (Results 1 - 16 of 16) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputObject.java67 private OMGSystemException omgWrapper ; field in class:CDRInputObject
85 this.omgWrapper = OMGSystemException.get( orb,
194 throw omgWrapper.noClientWcharCodesetCtx() ;
196 throw omgWrapper.noServerWcharCodesetCmp() ;
H A DCDROutputObject.java69 private OMGSystemException omgWrapper; field in class:CDROutputObject
88 this.omgWrapper = OMGSystemException.get( orb, CORBALogDomains.RPC_ENCODING ) ;
264 throw omgWrapper.noClientWcharCodesetCtx() ;
266 throw omgWrapper.noServerWcharCodesetCmp() ;
H A DCodeSetConversion.java140 private OMGSystemException omgWrapper = OMGSystemException.get( field in class:CodeSetConversion.JavaCTBConverter
277 throw omgWrapper.charNotInCodeset( uce ) ;
316 private OMGSystemException omgWrapper = OMGSystemException.get( field in class:CodeSetConversion.JavaBTCConverter
392 throw omgWrapper.charNotInCodeset( uce ) ;
H A DCDRInputStream_1_0.java153 protected OMGSystemException omgWrapper ; field in class:CDRInputStream_1_0
253 this.omgWrapper = OMGSystemException.get( (ORB)orb,
317 throw omgWrapper.rmiiiopOptionalDataIncompatible1() ;
361 throw omgWrapper.rmiiiopOptionalDataIncompatible2() ;
377 throw omgWrapper.rmiiiopOptionalDataIncompatible3() ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAFactory.java78 private OMGSystemException omgWrapper ; field in class:POAFactory
120 omgWrapper = OMGSystemException.get( orb,
149 throw omgWrapper.noObjectAdaptor( ex ) ;
219 throw omgWrapper.noObjectAdaptor( ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DIORInfoImpl.java92 private OMGSystemException omgWrapper ; field in class:IORInfoImpl
105 omgWrapper = OMGSystemException.get( orb,
277 throw omgWrapper.invalidProfileId() ;
H A DORBInitInfoImpl.java68 private OMGSystemException omgWrapper ; field in class:ORBInitInfoImpl
109 omgWrapper = OMGSystemException.get( orb,
202 throw omgWrapper.rirWithNullObject() ;
H A DPIHandlerImpl.java117 OMGSystemException omgWrapper; field in class:PIHandlerImpl
184 omgWrapper = null;
214 omgWrapper = OMGSystemException.get( orb,
632 info.setException( omgWrapper.unknownUserException(
984 throw omgWrapper.policyFactoryRegFailed( new Integer( type ) ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/resolver/
H A DINSURLOperationImpl.java80 OMGSystemException omgWrapper ; field in class:INSURLOperationImpl
95 omgWrapper = OMGSystemException.get( orb,
134 throw omgWrapper.soBadSchemeName() ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DUtility.java96 private static OMGSystemException omgWrapper = OMGSystemException.get( field in class:Utility
454 throw omgWrapper.unableLocateValueFactory(
474 throw omgWrapper.unableLocateValueFactory(
477 throw omgWrapper.unableLocateValueFactory(
480 throw omgWrapper.unableLocateValueFactory(
483 throw omgWrapper.unableLocateValueFactory(
906 throw omgWrapper.notSerializable( CompletionStatus.COMPLETED_MAYBE,
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DORB.java143 protected OMGSystemException omgWrapper ; field in class:ORB
226 omgWrapper = null;
266 omgWrapper = OMGSystemException.get( this,
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DInputStreamHook.java55 static final OMGSystemException omgWrapper = field in class:InputStreamHook
364 throw omgWrapper.rmiiiopOptionalDataIncompatible2() ;
H A DValueHandlerImpl.java126 private OMGSystemException omgWrapper = OMGSystemException.get( field in class:ValueHandlerImpl
143 throw omgWrapper.notAValueoutputstream() ;
146 throw omgWrapper.invalidStreamFormatVersion(
H A DIIOPInputStream.java107 private static OMGSystemException omgWrapper = OMGSystemException.get( field in class:IIOPInputStream
269 SystemException sysex = omgWrapper.unsupportedFormatVersion(
280 SystemException sysex = omgWrapper.notAValueinputstream(
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBImpl.java796 throw omgWrapper.notAnObjectImpl( bp ) ;
1255 throw omgWrapper.shutdownWaitForCompletionDeadlock();
1333 throw omgWrapper.badOperationAfterShutdown() ;
1483 throw omgWrapper.unableRegisterValueFactory() ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DORBUtility.java103 private static OMGSystemException omgWrapper = OMGSystemException.get( field in class:ORBUtility
658 throw omgWrapper.notSerializable( CompletionStatus.COMPLETED_MAYBE,

Completed in 84 milliseconds