Package org.dspace.matomo.exception
Class MatomoClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dspace.matomo.exception.MatomoClientException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionMatomoClientException(String message) MatomoClientException(String message, Throwable cause) MatomoClientException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MatomoClientException
-
MatomoClientException
-
MatomoClientException
-