Class LocationInstantiationException

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

public class LocationInstantiationException extends RuntimeException
Exception thrown while instantiating of the Location implementations.
See Also:
  • Constructor Details

    • LocationInstantiationException

      public LocationInstantiationException()
    • LocationInstantiationException

      public LocationInstantiationException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • LocationInstantiationException

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

      public LocationInstantiationException(Throwable cause)
      Parameters:
      cause -