Class NoContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.sakaiproject.search.elasticsearch.NoContentException
-
- All Implemented Interfaces:
Serializable
public class NoContentException extends Exception
Created with IntelliJ IDEA. User: jbush Date: 5/13/13 Time: 9:36 PM To change this template use File | Settings | File Templates.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoContentException(String id, String reference, String siteId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetReference()StringgetSiteId()voidsetSiteId(String siteId)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-