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,InvalidApiCallException,InvalidBaseUrlException,InvalidSimulationClassException,NoSimulationClassNameFoundException,PackageEmptyException,PackageNotFoundException,RunNotFoundException,SeveralSimulationClassNamesFoundException,SeveralTeamsFoundException,SimulationNotFoundException,SimulationOngoingRunException,SimulationScannerIOException,SimulationStartException,TeamNotFoundException,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, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EnterprisePluginException
-
EnterprisePluginException
-