public class java.rmi.server
ServerNotActiveException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
An ServerNotActiveException is an Exception thrown during a call to RemoteServer.getClientHost if the getClientHost method is called outside of servicing a remote method call.
version1.14, 11/17/05
sinceJDK1.1
See also getClientHost()

Constructors
public ServerNotActiveException() Details
Constructs an ServerNotActiveException with no specified detail message.
sinceJDK1.1
public ServerNotActiveException(String s) Details
Constructs an ServerNotActiveException with the specified detail message.
sthe detail message.
sinceJDK1.1