Class LocationServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.storelocator.exception.LocationServiceException
- All Implemented Interfaces:
Serializable
High-level exception thrown by
LocationService- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocationServiceException(String message) LocationServiceException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocationServiceException
public LocationServiceException() -
LocationServiceException
- Parameters:
message-
-
LocationServiceException
- Parameters:
cause-
-
LocationServiceException
- Parameters:
message-cause-
-