java.rmi.server
Class ServerNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServerNotActiveException
public ServerNotActiveException()
- Create an exception with no message.
ServerNotActiveException
public ServerNotActiveException(String s)
- Create an exception with a message.
- Parameters:
s
- the message