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