Class UnsupportedLogicLocationSchemeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.integrationservices.scripting.UnsupportedLogicLocationSchemeException
All Implemented Interfaces:
Serializable

public class UnsupportedLogicLocationSchemeException extends Exception
Throw this exception when the scheme is not supported by the LogicLocation
See Also:
  • Constructor Details

    • UnsupportedLogicLocationSchemeException

      public UnsupportedLogicLocationSchemeException(String scheme)
      Instantiates the exception with the scheme that is unsupported
      Parameters:
      scheme - Unsupported scheme
  • Method Details

    • getScheme

      public String getScheme()
      Gets the scheme that caused the exception
      Returns:
      scheme