Class LocationServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.storelocator.exception.LocationServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class LocationServiceException extends java.lang.RuntimeExceptionHigh-level exception thrown byLocationService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocationServiceException()LocationServiceException(java.lang.String message)LocationServiceException(java.lang.String message, java.lang.Throwable cause)LocationServiceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
LocationServiceException
public LocationServiceException()
-
LocationServiceException
public LocationServiceException(java.lang.String message)
- Parameters:
message-
-
LocationServiceException
public LocationServiceException(java.lang.Throwable cause)
- Parameters:
cause-
-
LocationServiceException
public LocationServiceException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message-cause-
-
-