Class WebFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.onehippo.cms7.services.webfiles.WebFileException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WebFileNotFoundException, WebFileTagNotFoundException

public class WebFileException extends RuntimeException
See Also:
  • Constructor Details

    • WebFileException

      public WebFileException()
    • WebFileException

      public WebFileException(String message)
    • WebFileException

      public WebFileException(String message, Throwable cause)
    • WebFileException

      public WebFileException(Throwable cause)