public class ClusterTerminationException extends AgentTerminationException
Agent within a cluster in an expected/unexpected fashion.| Constructor and Description |
|---|
ClusterTerminationException()
Construct an exception used to terminate the cluster with
isExpected() set to true. |
ClusterTerminationException(boolean isExpected)
Construct an exception used to terminate the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExpected()
Whether the termination is expected.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClusterTerminationException()
isExpected() set to true.public ClusterTerminationException(boolean isExpected)
isExpected - true if the termination is expected, i.e. it was requested.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.