Class MatomoClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dspace.matomo.exception.MatomoClientException
All Implemented Interfaces:
Serializable

public class MatomoClientException extends RuntimeException
This class represents an Exception that will be used to encapsulate details coming from Matomo.
Author:
Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.com)
See Also:
  • Constructor Details

    • MatomoClientException

      public MatomoClientException(String message, Throwable cause)
    • MatomoClientException

      public MatomoClientException(String message)
    • MatomoClientException

      public MatomoClientException(Throwable cause)