Class FormNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.forms.FormNotFoundException
All Implemented Interfaces:
Serializable

public class FormNotFoundException extends org.alfresco.error.AlfrescoRuntimeException
Exception used by the Form service when a form can not be found for the given item
Author:
Gavin Cornwell
See Also:
  • Constructor Details

    • FormNotFoundException

      public FormNotFoundException(Item item)
    • FormNotFoundException

      public FormNotFoundException(Item item, Throwable cause)