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:
Serializable
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 Summary
ConstructorsConstructorDescriptionInstantiates a new cockpit mark all exception.CockpitMarkAllException(String message) The Constructor.CockpitMarkAllException(String message, Throwable cause) The Constructor.CockpitMarkAllException(Throwable cause) The Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CockpitMarkAllException
public CockpitMarkAllException()Instantiates a new cockpit mark all exception. -
CockpitMarkAllException
The Constructor.- Parameters:
message- the messagecause- the cause
-
CockpitMarkAllException
The Constructor.- Parameters:
message- the message
-
CockpitMarkAllException
The Constructor.- Parameters:
cause- the cause
-