Class CmsElementNotFoundException

All Implemented Interfaces:
Serializable

public class CmsElementNotFoundException extends PresentationException
Exception to use when failing to retrieve CMS content.
Author:
Florian Alpers
See Also:
  • Constructor Details

    • CmsElementNotFoundException

      public CmsElementNotFoundException(String string, Throwable e)
      Creates a new CmsElementNotFoundException instance.
      Parameters:
      string - detail message identifying the missing CMS element
      e - cause of the lookup failure
    • CmsElementNotFoundException

      public CmsElementNotFoundException(String string)
      Creates a new CmsElementNotFoundException instance.
      Parameters:
      string - detail message identifying the missing CMS element