Class WebFileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onehippo.cms7.services.webfiles.WebFileException
-
- org.onehippo.cms7.services.webfiles.WebFileNotFoundException
-
- All Implemented Interfaces:
Serializable
public class WebFileNotFoundException extends WebFileException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebFileNotFoundException()
WebFileNotFoundException(String message)
WebFileNotFoundException(String message, Throwable cause)
WebFileNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-