Class UnsupportedLogicLocationSchemeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.integrationservices.scripting.UnsupportedLogicLocationSchemeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedLogicLocationSchemeException extends java.lang.ExceptionThrow this exception when the scheme is not supported by theLogicLocation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedLogicLocationSchemeException(java.lang.String scheme)Instantiates the exception with the scheme that is unsupported
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetScheme()Gets the scheme that caused the exception
-