public class UnknownHostException extends RemoteException
UnknownHostException is thrown if a
java.net.UnknownHostException occurs while creating
a connection to the remote host for a remote method call.detail| Constructor and Description |
|---|
UnknownHostException(String s)
Constructs an
UnknownHostException with the specified
detail message. |
UnknownHostException(String s,
Exception ex)
Constructs an
UnknownHostException with the specified
detail message and nested exception. |
getCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownHostException(String s)
UnknownHostException with the specified
detail message.s - the detail messageaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.