|
J2ME RMI Profile | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.rmi.server.ServerNotActiveException
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.
RemoteServer.getClientHost()
, Serialized FormConstructor 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,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ServerNotActiveException()
ServerNotActiveException
with no specified
detail message.public ServerNotActiveException(java.lang.String s)
ServerNotActiveException
with the specified
detail message.s
- the detail message.
|
J2ME RMI Profile | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |