Class MetricsServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.galasa.framework.spi.MetricsServerException
All Implemented Interfaces:
Serializable

public class MetricsServerException extends Exception
See Also:
  • Constructor Details

    • MetricsServerException

      public MetricsServerException()
    • MetricsServerException

      public MetricsServerException(String message)
    • MetricsServerException

      public MetricsServerException(Throwable cause)
    • MetricsServerException

      public MetricsServerException(String message, Throwable cause)
    • MetricsServerException

      public MetricsServerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)