public class TimeoutException extends AeronException
AeronException.Category| Modifier | Constructor and Description |
|---|---|
|
TimeoutException()
Default timeout exception as
AeronException.Category.ERROR. |
|
TimeoutException(AeronException.Category category)
Timeout Aeron exception with provided
AeronException.Category. |
|
TimeoutException(String message)
Timeout exception with provided message and
AeronException.Category.ERROR. |
|
TimeoutException(String message,
AeronException.Category category)
Timeout exception with a detailed message and provided
AeronException.Category. |
|
TimeoutException(String message,
Throwable cause,
AeronException.Category category)
Timeout exception with a detailed message, cause, and
AeronException.Category. |
protected |
TimeoutException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
AeronException.Category category)
Constructs a new timeout exception with the detail message, cause, suppression enabled or disabled,
writable stack trace enabled or disabled, an
AeronException.Category. |
|
TimeoutException(Throwable cause,
AeronException.Category category)
AerTimeouton exception with cause and provided
AeronException.Category. |
category, isFataladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TimeoutException()
AeronException.Category.ERROR.public TimeoutException(String message)
AeronException.Category.ERROR.message - to detail the exception.public TimeoutException(AeronException.Category category)
AeronException.Category.category - of this exception.public TimeoutException(String message, AeronException.Category category)
AeronException.Category.message - providing detail on the error.category - of the exception.public TimeoutException(Throwable cause, AeronException.Category category)
AeronException.Category.cause - of the error.category - of the exception.public TimeoutException(String message, Throwable cause, AeronException.Category category)
AeronException.Category.message - providing detail on the error.cause - of the error.category - of the exception.protected TimeoutException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, AeronException.Category category)
AeronException.Category.message - providing detail on the error.cause - of the error.enableSuppression - is suppression enabled or not.writableStackTrace - is the stack trace writable or not.category - of the exception.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.