java.rmi.server
Class ServerNotActiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.rmi.server.ServerNotActiveException
All Implemented Interfaces:
Serializable

public class ServerNotActiveException
extends Exception

Thrown during RemoteServer.getClientHost if the host is not servicing a remote method call.

Since:
1.1
See Also:
RemoteServer.getClientHost(), Serialized Form

Constructor Summary
ServerNotActiveException()
          Create an exception with no message.
ServerNotActiveException(String s)
          Create an exception with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerNotActiveException

public ServerNotActiveException()
Create an exception with no message.


ServerNotActiveException

public ServerNotActiveException(String s)
Create an exception with a message.

Parameters:
s - the message