Class PageContentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.optional.cms.impl.content.PageContentException
All Implemented Interfaces:
Serializable

public class PageContentException extends RuntimeException
This exception is thrown if there occurred a problem while fetching or saving page content.
See Also:
  • Constructor Details

    • PageContentException

      public PageContentException()
    • PageContentException

      public PageContentException(String s)
    • PageContentException

      public PageContentException(String s, Throwable throwable)
    • PageContentException

      public PageContentException(Throwable throwable)