Class ViewNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- org.nuxeo.ecm.webengine.jaxrs.views.ViewNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ViewNotFoundException extends javax.ws.rs.WebApplicationException
- Author:
- Bogdan Stefanescu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewNotFoundException(Throwable cause, Object owner, String name)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-