Searched refs:ServerNotActiveException (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DServerNotActiveException.java29 * An <code>ServerNotActiveException</code> is an <code>Exception</code>
38 public class ServerNotActiveException extends java.lang.Exception { class in inherits:java.lang.Exception
44 * Constructs an <code>ServerNotActiveException</code> with no specified
48 public ServerNotActiveException() {} method in class:ServerNotActiveException
51 * Constructs an <code>ServerNotActiveException</code> with the specified
57 public ServerNotActiveException(String s) method in class:ServerNotActiveException
H A DServerRef.java61 * @exception ServerNotActiveException if called outside of servicing
65 String getClientHost() throws ServerNotActiveException;
H A DRemoteServer.java71 * @throws ServerNotActiveException if no remote method invocation
76 public static String getClientHost() throws ServerNotActiveException {
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DTransport.java38 import java.rmi.server.ServerNotActiveException;
206 } catch (ServerNotActiveException ex) {
H A DDGCImpl.java35 import java.rmi.server.ServerNotActiveException;
138 } catch (ServerNotActiveException e) {
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastServerRef.java44 import java.rmi.server.ServerNotActiveException;
216 * @exception ServerNotActiveException If called outside of servicing
219 public String getClientHost() throws ServerNotActiveException {
455 } catch (ServerNotActiveException snae) {
474 } catch (ServerNotActiveException snae) {
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIServerImpl.java38 import java.rmi.server.ServerNotActiveException;
486 } catch (ServerNotActiveException e) {
/openjdk7/jdk/src/share/classes/sun/rmi/registry/
H A DRegistryImpl.java38 import java.rmi.server.ServerNotActiveException;
262 } catch (ServerNotActiveException ex) {
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPTransport.java48 import java.rmi.server.ServerNotActiveException;
594 * ServerNotActiveException if no connection is active for this thread.
596 public static String getClientHost() throws ServerNotActiveException {
601 throw new ServerNotActiveException("not in a remote call");

Completed in 54 milliseconds