Class LocationServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.storelocator.exception.LocationServiceException
All Implemented Interfaces:
Serializable

public class LocationServiceException extends RuntimeException
High-level exception thrown by LocationService
See Also:
  • Constructor Details

    • LocationServiceException

      public LocationServiceException()
    • LocationServiceException

      public LocationServiceException(String message)
      Parameters:
      message -
    • LocationServiceException

      public LocationServiceException(Throwable cause)
      Parameters:
      cause -
    • LocationServiceException

      public LocationServiceException(String message, Throwable cause)
      Parameters:
      message -
      cause -