Class RouteServiceException

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

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

    • RouteServiceException

      public RouteServiceException()
    • RouteServiceException

      public RouteServiceException(String message)
    • RouteServiceException

      public RouteServiceException(Throwable cause)
    • RouteServiceException

      public RouteServiceException(String message, Throwable cause)