Class ComponentNotAllowedInSlotException

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

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

    • ComponentNotAllowedInSlotException

      public ComponentNotAllowedInSlotException(String message)
    • ComponentNotAllowedInSlotException

      public ComponentNotAllowedInSlotException(Throwable cause)
    • ComponentNotAllowedInSlotException

      public ComponentNotAllowedInSlotException(String message, Throwable cause)