Class CockpitMarkAllException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cockpit.err.CockpitMarkAllException
All Implemented Interfaces:
Serializable

public class CockpitMarkAllException extends RuntimeException
The Class CockpitMarkAllException. This exception is thrown when the user tries to mark all items and the number of items in the browser model is higher than the allowed maximum.
See Also:
  • Constructor Details

    • CockpitMarkAllException

      public CockpitMarkAllException()
      Instantiates a new cockpit mark all exception.
    • CockpitMarkAllException

      public CockpitMarkAllException(String message, Throwable cause)
      The Constructor.
      Parameters:
      message - the message
      cause - the cause
    • CockpitMarkAllException

      public CockpitMarkAllException(String message)
      The Constructor.
      Parameters:
      message - the message
    • CockpitMarkAllException

      public CockpitMarkAllException(Throwable cause)
      The Constructor.
      Parameters:
      cause - the cause