Name

ServerNotActiveException

Synopsis

This exception is thrown if the getClientHost() method is called on a RemoteServer when the server isn’t handling a remote method call.

                  
public class ServerNotActiveException extends Exception {
// Public Constructors
   public ServerNotActiveException();  
   public ServerNotActiveException( String s);  
}

Thrown By

RemoteServer.getClientHost(), ServerRef.getClientHost()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.