Class NonEditableItemInWorkflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cmsfacades.exception.NonEditableItemInWorkflowException
All Implemented Interfaces:
Serializable

public class NonEditableItemInWorkflowException extends RuntimeException
Exception used if the item in workflow can not be edited by current user.
See Also:
  • Constructor Details

    • NonEditableItemInWorkflowException

      public NonEditableItemInWorkflowException(String message)
    • NonEditableItemInWorkflowException

      public NonEditableItemInWorkflowException(String message, Throwable cause)
    • NonEditableItemInWorkflowException

      public NonEditableItemInWorkflowException(Throwable cause)