Class NoLocationFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.acceleratorwebservicesaddon.exceptions.NoLocationFoundException
All Implemented Interfaces:
Serializable

public class NoLocationFoundException extends Exception
Thrown when location was not found while setting user location
See Also:
  • Constructor Details

    • NoLocationFoundException

      public NoLocationFoundException(String location)
      Parameters:
      location -
    • NoLocationFoundException

      public NoLocationFoundException(String location, Throwable rootCause)