public class MasterServerTimeoutException extends ReadTimeoutException
MasterServerTimeoutException class.
INSTANCE| Constructor and Description |
|---|
MasterServerTimeoutException(Collection<InetSocketAddress> addresses)
Constructor for MasterServerTimeoutException.
|
MasterServerTimeoutException(String message,
Collection<InetSocketAddress> addresses)
Constructor for MasterServerTimeoutException.
|
MasterServerTimeoutException(String message,
Throwable cause,
Collection<InetSocketAddress> addresses)
Constructor for MasterServerTimeoutException.
|
| Modifier and Type | Method and Description |
|---|---|
Set<InetSocketAddress> |
getAddresses()
Getter for the field
addresses. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MasterServerTimeoutException(Collection<InetSocketAddress> addresses)
Constructor for MasterServerTimeoutException.
addresses - a Collection objectpublic MasterServerTimeoutException(String message, Collection<InetSocketAddress> addresses)
Constructor for MasterServerTimeoutException.
message - a String objectaddresses - a Collection objectpublic MasterServerTimeoutException(String message, Throwable cause, Collection<InetSocketAddress> addresses)
Constructor for MasterServerTimeoutException.
message - a String objectcause - a Throwable objectaddresses - a Collection objectpublic final Set<InetSocketAddress> getAddresses()
Getter for the field addresses.
Set objectCopyright © 2016–2024. All rights reserved.