Package io.gatling.plugin.exceptions
Class EnterprisePluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.gatling.plugin.exceptions.EnterprisePluginException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApiCallIOException,ForbiddenApiCallException,InterruptedRetryException,InvalidApiCallException,InvalidBaseUrlException,InvalidConfigFileException,PackageNotFoundException,RunNotFoundException,SimulationNameNotDeployedException,SimulationNotFoundException,SimulationOngoingRunException,SimulationScannerIOException,UnauthorizedApiCallException,UnhandledApiCallException,UnsupportedClientException,UnsupportedJavaVersionException,UserQuitException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEnterprisePluginException(String message) EnterprisePluginException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EnterprisePluginException
-
EnterprisePluginException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-