Class MatomoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.webanalytics.matomo.MatomoException
All Implemented Interfaces:
Serializable

public class MatomoException extends Exception
Exception when a error occurred with Matomo API
See Also:
  • Constructor Details

    • MatomoException

      public MatomoException()
      Constructs a new MatomoException.
    • MatomoException

      public MatomoException(String message)
      Constructs a new MatomoException with the specified cause.
      Parameters:
      message - the message of the exception.
    • MatomoException

      public MatomoException(String message, Throwable cause)
      Constructs a new MatomoException with the specified cause.
      Parameters:
      message - the message of the exception.
      cause - the cause of the exception