Package org.codelibs.fess.exception
Class WebApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codelibs.fess.exception.FessSystemException
-
- org.codelibs.fess.exception.WebApiException
-
- All Implemented Interfaces:
Serializable
public class WebApiException extends FessSystemException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebApiException(int statusCode, Exception e)WebApiException(int statusCode, String message)WebApiException(int statusCode, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()voidsendError(javax.servlet.http.HttpServletResponse response)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-