Searched refs:RemarshalException (Results 1 - 19 of 19) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DRemarshalException.java31 Stubs which use the stream-based model shall catch the <code>RemarshalException</code>
36 returns normally or raises some exception other than <code>RemarshalException</code>.
39 public final class RemarshalException extends Exception { class in inherits:Exception
41 * Constructs a RemarshalException.
43 public RemarshalException() { method in class:RemarshalException
H A DDelegate.java341 * @throws RemarshalException thrown when remarshalling fails.
347 throws ApplicationException, RemarshalException {
H A DObjectImpl.java469 * @throws RemarshalException if the invocation leads
474 throws ApplicationException, RemarshalException {
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/protocol/
H A DClientRequestDispatcher.java80 * {@link org.omg.CORBA.portable.RemarshalException RemarshalException}
88 org.omg.CORBA.portable.RemarshalException;
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A D_IDLTypeStub.java68 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
93 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
112 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A D_IDLTypeStub.java77 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
98 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
117 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
H A D_PolicyStub.java84 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
108 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
129 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
H A DLocalObject.java445 * @throws RemarshalException If an exception occurs,
456 throws ApplicationException, RemarshalException
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A D_CodeBaseStub.java66 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
88 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
108 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
130 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
150 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
172 } catch (org.omg.CORBA.portable.RemarshalException _rm) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DPINoOpHandlerImpl.java35 import org.omg.CORBA.portable.RemarshalException;
103 throws RemarshalException
H A DPIHandlerImpl.java45 import org.omg.CORBA.portable.RemarshalException;
347 throws RemarshalException
371 // SystemException, UserException or RemarshalException.
374 } else if( exception instanceof RemarshalException ) {
375 throw (RemarshalException)exception;
381 // RemarshalException in the throws clause.
442 // ... and return a RemarshalException so the orb internals know
443 exception = new RemarshalException();
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DPIHandler.java41 import org.omg.CORBA.portable.RemarshalException;
126 throws RemarshalException ;
141 * SystemException, UserException, or RemarshalException.
162 * SystemException, UserException, or RemarshalException.
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientRequestDispatcherImpl.java52 import org.omg.CORBA.portable.RemarshalException;
293 } catch( RemarshalException e ) {
315 dprint( "RemarshalException: hasNext true\ncontact info " + contactInfo );
327 dprint( "RemarshalException: hasNext false" );
355 org.omg.CORBA.portable.RemarshalException
385 org.omg.CORBA.portable.RemarshalException
418 new RemarshalException());
427 else if (newException instanceof RemarshalException)
429 throw (RemarshalException)newException;
444 org.omg.CORBA.portable.RemarshalException
[all...]
H A DCorbaClientDelegateImpl.java46 import org.omg.CORBA.portable.RemarshalException;
144 RemarshalException
197 } catch (RemarshalException e) {
238 } catch (RemarshalException e) {
257 } catch (RemarshalException e) {
H A DSharedCDRClientRequestDispatcherImpl.java57 import org.omg.CORBA.portable.RemarshalException;
137 org.omg.CORBA.portable.RemarshalException
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/resolver/
H A DBootstrapResolverImpl.java31 import org.omg.CORBA.portable.RemarshalException ;
117 } catch (RemarshalException e) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubInvocationHandlerImpl.java48 import org.omg.CORBA.portable.RemarshalException ;
158 } catch (RemarshalException ex) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DRequestImpl.java59 import org.omg.CORBA.portable.RemarshalException ;
331 } catch (RemarshalException e) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBSingleton.java66 import org.omg.CORBA.portable.RemarshalException;

Completed in 60 milliseconds