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

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

    • EnterprisePluginException

      public EnterprisePluginException(String message)
    • EnterprisePluginException

      public EnterprisePluginException(String message, Throwable cause)