Class MatomoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.webanalytics.matomo.MatomoException
- All Implemented Interfaces:
Serializable
Exception when a error occurred with Matomo API
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new MatomoException.MatomoException
(String message) Constructs a new MatomoException with the specified cause.MatomoException
(String message, Throwable cause) Constructs a new MatomoException with the specified 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
-
MatomoException
public MatomoException()Constructs a new MatomoException. -
MatomoException
Constructs a new MatomoException with the specified cause.- Parameters:
message
- the message of the exception.
-
MatomoException
Constructs a new MatomoException with the specified cause.- Parameters:
message
- the message of the exception.cause
- the cause of the exception
-