public class ClientTimeoutException extends TimeoutException
This is likely to happen as a result of a GC pause that is longer than the aeron.client.liveness.timeout
setting.
AeronException.Category
Constructor and Description |
---|
ClientTimeoutException(String message)
Construct the client timeout exception with detail message.
|
category
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientTimeoutException(String message)
message
- detail for the exception.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.