Class NotAjaxRequest
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- uk.ac.warwick.dcs.sherlock.module.web.exceptions.NotAjaxRequest
-
- All Implemented Interfaces:
java.io.Serializable
public class NotAjaxRequest extends java.lang.Exception
Thrown if the user attempts to load a page that isonly allowed to be loaded through ajax/javascript requests- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAjaxRequest(java.lang.String errorMessage)
-