public class IncompatibleHiveMQVersionException extends RuntimeException
| Constructor and Description |
|---|
IncompatibleHiveMQVersionException(String minimumNeededVersion)
Creates a new IncompatibleHiveMQVersionException.
|
IncompatibleHiveMQVersionException(String minimumNeededVersion,
boolean fillInStacktrace)
Creates a new IncompatibleHiveMQVersionException.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
String |
getMinimumNeededVersion()
Returns the minimum needed version of the HiveMQ broker.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibleHiveMQVersionException(String minimumNeededVersion)
minimumNeededVersion - the minimum version that all nodes in a HiveMQ cluster need for the called method.public IncompatibleHiveMQVersionException(String minimumNeededVersion, boolean fillInStacktrace)
minimumNeededVersion - the minimum version that all nodes in a HiveMQ cluster need for the called method.fillInStacktrace - whether the created exception should fill in a stacktrace.public String getMinimumNeededVersion()
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2013-2018 dc-square GmbH. All Rights Reserved.