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

public abstract class EnterprisePluginException extends Exception
See Also:
  • Constructor Details

    • EnterprisePluginException

      public EnterprisePluginException(String message)
    • EnterprisePluginException

      public EnterprisePluginException(String message, Throwable cause)