public class AeronEvent extends AeronException
DistinctErrorLog.AeronException.Category| Constructor and Description |
|---|
AeronEvent(String message)
Aeron event with provided message and
AeronException.Category.WARN. |
AeronEvent(String message,
AeronException.Category category)
Aeron event with provided message and
AeronException.Category. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
Override the base implementation so no stack trace is associated.
|
StackTraceElement[] |
getStackTrace()
Overridden to avoid creating a clone of an empty stack.
|
category, isFataladdSuppressed, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AeronEvent(String message)
AeronException.Category.WARN.message - to detail the event.public AeronEvent(String message, AeronException.Category category)
AeronException.Category.message - to detail the event.category - of the event.public Throwable fillInStackTrace()
Note: This method is not synchronized as it does not call the super class.
fillInStackTrace in class ThrowableAeronEvent instance.public StackTraceElement[] getStackTrace()
getStackTrace in class ThrowableCopyright © 2014-2023 Real Logic Limited. All Rights Reserved.