Class UnsupportedLogicLocationSchemeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.integrationservices.scripting.UnsupportedLogicLocationSchemeException
- All Implemented Interfaces:
Serializable
Throw this exception when the scheme is not supported by the
LogicLocation- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates the exception with the scheme that is unsupported -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedLogicLocationSchemeException
Instantiates the exception with the scheme that is unsupported- Parameters:
scheme- Unsupported scheme
-
-
Method Details
-
getScheme
Gets the scheme that caused the exception- Returns:
- scheme
-