public class ClusterEvent extends AeronEvent
DistinctErrorLog.AeronException.Category| Constructor and Description |
|---|
ClusterEvent(String message)
Cluster event with provided message and
AeronException.Category.WARN. |
ClusterEvent(String message,
AeronException.Category category)
Cluster event with provided message and
AeronException.Category. |
fillInStackTrace, getStackTracecategory, isFataladdSuppressed, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClusterEvent(String message)
AeronException.Category.WARN.message - to detail the event.public ClusterEvent(String message, AeronException.Category category)
AeronException.Category.message - to detail the event.category - of the event.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.