Class GeolocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.optional.geolocation.api.GeolocationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServiceTimeoutException

public class GeolocationException extends Exception
Base exception thrown by services in this module.
See Also:
  • Constructor Details

    • GeolocationException

      public GeolocationException(Throwable cause)
    • GeolocationException

      public GeolocationException(String message)
    • GeolocationException

      public GeolocationException(String message, Throwable cause)