Class CannotCreateLogicLocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.integrationservices.scripting.CannotCreateLogicLocationException
-
- All Implemented Interfaces:
java.io.Serializable
public class CannotCreateLogicLocationException extends java.lang.ExceptionThis exception is thrown when theLogicLocationfails to be created- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotCreateLogicLocationException(java.lang.String uri)Instantiates aCannotCreateLogicLocationException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetUri()Get the URI that failed to be created
-
-
-
Constructor Detail
-
CannotCreateLogicLocationException
public CannotCreateLogicLocationException(java.lang.String uri)
Instantiates aCannotCreateLogicLocationException- Parameters:
uri- URI that failed to be created
-
-