Class ValueHandlerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.cockpit.services.values.ValueHandlerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ValueHandlerNotPersistedException, ValueHandlerNotValidationFrameworkException, ValueHandlerPermissionException, ValueHandlerWorkflowException

public class ValueHandlerException extends Exception
Exception which can occur during loading or storing values.
See Also:
  • Constructor Details

    • ValueHandlerException

      public ValueHandlerException(Set<CockpitValidationDescriptor> properties)
      Instantiates a new value handler exception.
      Parameters:
      properties - the properties
    • ValueHandlerException

      public ValueHandlerException(String message, Throwable cause)
      Instantiates a new value handler exception.
      Parameters:
      message - the message
      cause - the cause
    • ValueHandlerException

      public ValueHandlerException(Throwable cause, Set<CockpitValidationDescriptor> properties)
      Instantiates a new value handler exception.
      Parameters:
      cause - the cause
      properties - the properties
    • ValueHandlerException

      @Deprecated public ValueHandlerException(String message, Set<PropertyDescriptor> properties)
      Deprecated.
      since 6.3
      Instantiates a new value handler exception.
      Parameters:
      message - the message
      properties - the properties
    • ValueHandlerException

      @Deprecated public ValueHandlerException(String message, Throwable cause, Set<PropertyDescriptor> properties)
      Deprecated.
      since 6.3
      Instantiates a new value handler exception.
      Parameters:
      message - the message
      cause - the cause
      properties - the properties
  • Method Details