Package org.dspace.google.client
Class GoogleAnalyticsClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dspace.google.client.GoogleAnalyticsClientException
-
- All Implemented Interfaces:
Serializable
public class GoogleAnalyticsClientException extends RuntimeException
Exception thrown byGoogleAnalyticsClientduring the events sending.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoogleAnalyticsClientException(String message)GoogleAnalyticsClientException(String message, Throwable cause)GoogleAnalyticsClientException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-