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)

      Constructor for CmsElementNotFoundException.

      Parameters:
      string - a String object.
      e - a Throwable object.
    • CmsElementNotFoundException

      public CmsElementNotFoundException(String string)

      Constructor for CmsElementNotFoundException.

      Parameters:
      string - a String object.