ibis.rmi.server
Class ServerNotActiveException

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

public class ServerNotActiveException
extends java.lang.Exception

A ServerNotActiveException is thrown from a ServerRef.getClientHost() invocation when this invocation does not come from a thread that is currently servicing a remote method invocation.

See Also:
Serialized Form

Constructor Summary
ServerNotActiveException()
          Constructs an ServerNotActiveException with no specified detail message.
ServerNotActiveException(java.lang.String s)
          Constructs an ServerNotActiveException with the specified detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerNotActiveException

public ServerNotActiveException()
Constructs an ServerNotActiveException with no specified detail message.


ServerNotActiveException

public ServerNotActiveException(java.lang.String s)
Constructs an ServerNotActiveException with the specified detail message.

Parameters:
s - the detail message


The Ibis project