Class CmsEditException

All Implemented Interfaces:
Serializable

public class CmsEditException extends PresentationException
Exception to throw if an invalid state is reached when editing/creating a cms page.
Author:
Florian Alpers
See Also:
  • Constructor Details

    • CmsEditException

      public CmsEditException(String string, Throwable e)
      Creates a new CmsEditException instance.
      Parameters:
      string - detail message describing the invalid edit state
      e - cause of the edit failure
    • CmsEditException

      public CmsEditException(String string)
      Creates a new CmsEditException instance.
      Parameters:
      string - detail message describing the invalid edit state