Package de.hybris.platform.cockpit.err
Class CockpitMarkAllException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.cockpit.err.CockpitMarkAllException
-
- All Implemented Interfaces:
java.io.Serializable
public class CockpitMarkAllException extends java.lang.RuntimeExceptionThe 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CockpitMarkAllException()Instantiates a new cockpit mark all exception.CockpitMarkAllException(java.lang.String message)The Constructor.CockpitMarkAllException(java.lang.String message, java.lang.Throwable cause)The Constructor.CockpitMarkAllException(java.lang.Throwable cause)The Constructor.
-
-
-
Constructor Detail
-
CockpitMarkAllException
public CockpitMarkAllException()
Instantiates a new cockpit mark all exception.
-
CockpitMarkAllException
public CockpitMarkAllException(java.lang.String message, java.lang.Throwable cause)The Constructor.- Parameters:
message- the messagecause- the cause
-
CockpitMarkAllException
public CockpitMarkAllException(java.lang.String message)
The Constructor.- Parameters:
message- the message
-
CockpitMarkAllException
public CockpitMarkAllException(java.lang.Throwable cause)
The Constructor.- Parameters:
cause- the cause
-
-