Class LocationInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.storelocator.exception.LocationInstantiationException
- All Implemented Interfaces:
Serializable
Exception thrown while instantiating of the
Location implementations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocationInstantiationException(String message) LocationInstantiationException(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
-
LocationInstantiationException
public LocationInstantiationException() -
LocationInstantiationException
- Parameters:
message-cause-
-
LocationInstantiationException
- Parameters:
message-
-
LocationInstantiationException
- Parameters:
cause-
-