public class MinJEVersionUnsupportedException extends Exception
| Modifier and Type | Field and Description |
|---|---|
JEVersion |
minVersion
The minimum JE version.
|
String |
nodeName
The name of the node where the requested version is not supported.
|
JEVersion |
nodeVersion
The node version, or null if not known.
|
| Constructor and Description |
|---|
MinJEVersionUnsupportedException(JEVersion minVersion,
String nodeName,
JEVersion nodeVersion)
Creates an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final JEVersion minVersion
public final String nodeName
public final JEVersion nodeVersion
public MinJEVersionUnsupportedException(JEVersion minVersion, String nodeName, JEVersion nodeVersion)
minVersion - the minimum JE versionnodeName - the name of the node where the version is not supportednodeVersion - the node version, or null if not knownpublic String getMessage()
getMessage in class ThrowableCopyright © 2024. All rights reserved.