Serializable
public class ServerNotActiveException extends Exception
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 | Description |
---|---|
ServerNotActiveException() |
Constructs an
ServerNotActiveException with no specified
detail message. |
ServerNotActiveException(String s) |
Constructs an
ServerNotActiveException with the specified
detail message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServerNotActiveException()
ServerNotActiveException
with no specified
detail message.public ServerNotActiveException(String s)
ServerNotActiveException
with the specified
detail message.s
- the detail message. Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps