Class ComponentNotFoundInSlotException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cmsfacades.exception.ComponentNotFoundInSlotException
All Implemented Interfaces:
Serializable

public class ComponentNotFoundInSlotException extends RuntimeException
Exception thrown when attempting to add or move a component to a slot that doesn't support it.
See Also:
  • Constructor Details

    • ComponentNotFoundInSlotException

      public ComponentNotFoundInSlotException(String message)
    • ComponentNotFoundInSlotException

      public ComponentNotFoundInSlotException(Throwable cause)
    • ComponentNotFoundInSlotException

      public ComponentNotFoundInSlotException(String message, Throwable cause)