java.rmi.server
public class: ServerNotActiveException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.rmi.server.ServerNotActiveException
All Implemented Interfaces:
Serializable
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.
Also see:
- java.rmi.server.RemoteServer#getClientHost()
- author:
Roger - Riggs
- since:
JDK1.1 -
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |