Package io.gatling.plugin.exceptions
Class UnsupportedJavaVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.gatling.plugin.exceptions.EnterprisePluginException
io.gatling.plugin.exceptions.UnsupportedJavaVersionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
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
-
Field Details
-
version
public final int version -
supportedVersion
public final int supportedVersion
-
-
Constructor Details
-
UnsupportedJavaVersionException
public UnsupportedJavaVersionException(int version, int max)
-