Class BenchmarkExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.trino.benchto.driver.BenchmarkExecutionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FailedBenchmarkExecutionException

public class BenchmarkExecutionException extends RuntimeException
See Also:
  • Constructor Details

    • BenchmarkExecutionException

      public BenchmarkExecutionException(String message)
    • BenchmarkExecutionException

      public BenchmarkExecutionException(String message, Throwable cause)
    • BenchmarkExecutionException

      public BenchmarkExecutionException(Throwable cause)