Class ValueHandlerNotPersistedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.cockpit.services.values.ValueHandlerException
-
- de.hybris.platform.cockpit.services.values.ValueHandlerNotPersistedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValueHandlerNotPersistedException extends ValueHandlerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueHandlerNotPersistedException(java.lang.String message)ValueHandlerNotPersistedException(java.lang.String message, java.util.Set<PropertyDescriptor> descriptors)ValueHandlerNotPersistedException(java.lang.Throwable cause, java.util.Set<CockpitValidationDescriptor> properties)ValueHandlerNotPersistedException(java.util.Set<CockpitValidationDescriptor> properties)
-
Method Summary
-
Methods inherited from class de.hybris.platform.cockpit.services.values.ValueHandlerException
getProperties, getRelatedProperties, setProperties
-
-
-
-
Constructor Detail
-
ValueHandlerNotPersistedException
public ValueHandlerNotPersistedException(java.lang.String message)
-
ValueHandlerNotPersistedException
public ValueHandlerNotPersistedException(java.lang.String message, java.util.Set<PropertyDescriptor> descriptors)
-
ValueHandlerNotPersistedException
public ValueHandlerNotPersistedException(java.util.Set<CockpitValidationDescriptor> properties)
-
ValueHandlerNotPersistedException
public ValueHandlerNotPersistedException(java.lang.Throwable cause, java.util.Set<CockpitValidationDescriptor> properties)
-
-