uka.karmi.rmi.server
Class ServerNotActiveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuka.karmi.rmi.server.ServerNotActiveException
All Implemented Interfaces:
java.io.Serializable

public class ServerNotActiveException
extends java.lang.Exception

A ServerNotActiveException is an exception thrown by RemoteServerRef.getClientHost if the call is not part of a remote method execution.

Author:
Christian Nester, Bernhard Haumacher
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ServerNotActiveException()
           
ServerNotActiveException(java.lang.String string)
           
 
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()

ServerNotActiveException

public ServerNotActiveException(java.lang.String string)