Searched refs:NoSuchObjectException (Results 1 - 25 of 39) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/rmi/
H A DNoSuchObjectException.java29 * A <code>NoSuchObjectException</code> is thrown if an attempt is made to
31 * machine. If a <code>NoSuchObjectException</code> occurs attempting to
35 * A <code>NoSuchObjectException</code> is also thrown by the method
47 public class NoSuchObjectException extends RemoteException { class in inherits:RemoteException
53 * Constructs a <code>NoSuchObjectException</code> with the specified
59 public NoSuchObjectException(String s) { method in class:NoSuchObjectException
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DPortableRemoteObjectDelegate.java35 import java.rmi.NoSuchObjectException;
63 throws NoSuchObjectException;
69 throws NoSuchObjectException;
H A DTie.java59 void deactivate() throws java.rmi.NoSuchObjectException;
H A DUtilDelegate.java92 void unexportObject(Remote target) throws java.rmi.NoSuchObjectException;
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DRMIExporter.java28 import java.rmi.NoSuchObjectException;
58 throws NoSuchObjectException;
H A DIIOPProxy.java31 import java.rmi.NoSuchObjectException;
104 void unexportObject(Remote obj) throws NoSuchObjectException;
109 Remote toStub(Remote obj) throws NoSuchObjectException;
H A DIIOPHelper.java31 import java.rmi.NoSuchObjectException;
36 import java.rmi.NoSuchObjectException;
176 public static void unexportObject(Remote obj) throws NoSuchObjectException {
184 public static Remote toStub(Remote obj) throws NoSuchObjectException {
/openjdk7/jdk/test/java/rmi/transport/readTimeout/
H A DTestImpl.java41 throws NoSuchObjectException
/openjdk7/jdk/test/sun/rmi/transport/tcp/blockAccept/
H A DTestImpl.java41 throws NoSuchObjectException
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DActivationLibrary.java30 import java.rmi.NoSuchObjectException;
91 } catch (NoSuchObjectException ex) {
102 } catch (NoSuchObjectException e) {
138 } catch (java.rmi.NoSuchObjectException nsoe) {
/openjdk7/jdk/test/sun/rmi/transport/tcp/disableMultiplexing/
H A DDisableMultiplexing.java59 } catch (NoSuchObjectException e) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/iiop/
H A DIIOPProxyImpl.java36 import java.rmi.NoSuchObjectException;
111 public void unexportObject(Remote obj) throws NoSuchObjectException {
116 public Remote toStub(Remote obj) throws NoSuchObjectException {
/openjdk7/jdk/test/java/rmi/server/RemoteObject/toStub/
H A DToStub.java35 import java.rmi.NoSuchObjectException;
90 } catch (NoSuchObjectException nsoe) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/
H A DPortableRemoteObject.java40 import java.rmi.NoSuchObjectException;
129 * @exception NoSuchObjectException if a stub cannot be located for the given server object.
132 throws NoSuchObjectException
161 throw new NoSuchObjectException("object not exported");
171 * @exception NoSuchObjectException if the remote object is not
175 throws NoSuchObjectException {
183 throw new NoSuchObjectException(
194 throw new NoSuchObjectException("Object not exported.");
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DObjectTable.java28 import java.rmi.NoSuchObjectException;
116 * @exception NoSuchObjectException if the stub for the
120 throws NoSuchObjectException
124 throw new NoSuchObjectException("object not exported");
144 * @exception NoSuchObjectException if the remote object is not
148 throws java.rmi.NoSuchObjectException
153 throw new NoSuchObjectException("object not exported");
H A DTransport.java31 import java.rmi.NoSuchObjectException;
153 throw new NoSuchObjectException("no such object in table");
215 * NoSuchObjectException is thrown by the incrementCallCount
/openjdk7/corba/src/share/classes/javax/rmi/
H A DPortableRemoteObject.java40 import java.rmi.NoSuchObjectException;
113 * @exception NoSuchObjectException if a stub cannot be located for the given server object.
116 throws NoSuchObjectException {
128 * @exception NoSuchObjectException if the remote object is not
132 throws NoSuchObjectException {
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObject.java29 import java.rmi.NoSuchObjectException;
93 * @exception NoSuchObjectException if the stub for the
97 public static Remote toStub(Remote obj) throws NoSuchObjectException {
H A DUnicastRemoteObject.java290 * @exception NoSuchObjectException if the remote object is not
295 throws java.rmi.NoSuchObjectException
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIJRMPServerImpl.java29 import java.rmi.NoSuchObjectException;
123 throws NoSuchObjectException {
/openjdk7/jdk/test/java/rmi/activation/Activatable/notSerializable/
H A DNotSerializable.java42 import java.rmi.NoSuchObjectException;
76 } catch (NoSuchObjectException e) {
/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/activeGroup/
H A DIdempotentActiveGroup.java37 import java.rmi.NoSuchObjectException;
108 } catch (NoSuchObjectException unexpected) {
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivatable.java29 import java.rmi.NoSuchObjectException;
532 * @exception NoSuchObjectException if the remote object is not
537 throws NoSuchObjectException
/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DRMIExporterTest.java34 import java.rmi.NoSuchObjectException;
76 throws NoSuchObjectException {
/openjdk7/jdk/test/java/rmi/activation/Activatable/nonExistentActivatable/
H A DNonExistentActivatable.java26 * @summary synopsis: NoSuchObjectException not thrown for non-existent
130 } catch (NoSuchObjectException e) {
132 "NoSuchObjectException caught");
135 TestLibrary.bomb("Test failed: exception other than NoSuchObjectException",

Completed in 99 milliseconds

12