Class CannotCreateLogicLocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.integrationservices.scripting.CannotCreateLogicLocationException
- All Implemented Interfaces:
Serializable
This exception is thrown when the
LogicLocation fails to be created- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotCreateLogicLocationException
Instantiates aCannotCreateLogicLocationException- Parameters:
uri- URI that failed to be created
-
-
Method Details
-
getUri
Get the URI that failed to be created- Returns:
- URI as a String
-