Class MapServiceException

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

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

    • MapServiceException

      public MapServiceException()
    • MapServiceException

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

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

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