Package org.mockserver.cluster
Class ClusterFanInException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mockserver.cluster.ClusterFanInException
- All Implemented Interfaces:
Serializable
Thrown when a cluster verify/retrieve fan-in cannot reach one or more peers.
Fan-in is fail-closed: rather than returning a partial (and therefore potentially wrong) aggregate, the control plane surfaces the failure so the caller knows the result could not be evaluated fleet-wide.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClusterFanInException
-
-
Method Details
-
getUnreachablePeers
-