Class ContentNotFoundException

All Implemented Interfaces:
Serializable

public class ContentNotFoundException extends ServiceLayerException
See Also:
  • Field Details

  • Constructor Details

    • ContentNotFoundException

      public ContentNotFoundException()
    • ContentNotFoundException

      public ContentNotFoundException(String path, String site, String message)
    • ContentNotFoundException

      public ContentNotFoundException(Exception e)
    • ContentNotFoundException

      public ContentNotFoundException(String message)
    • ContentNotFoundException

      public ContentNotFoundException(String message, Exception e)
  • Method Details

    • getPath

      public String getPath()
    • getSite

      public String getSite()