クラス WebApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
org.codelibs.fess.exception.WebApiException
- すべての実装されたインタフェース:
java.io.Serializable
public class WebApiException extends FessSystemException
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 WebApiException(int statusCode, java.lang.Exception e)
WebApiException(int statusCode, java.lang.String message)
WebApiException(int statusCode, java.lang.String message, java.lang.Throwable cause)
-
メソッドの概要
修飾子とタイプ メソッド 説明 int
getStatusCode()
void
sendError(javax.servlet.http.HttpServletResponse response)
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
コンストラクタの詳細
-
WebApiException
public WebApiException(int statusCode, java.lang.String message, java.lang.Throwable cause) -
WebApiException
public WebApiException(int statusCode, java.lang.String message) -
WebApiException
public WebApiException(int statusCode, java.lang.Exception e)
-
-
メソッドの詳細
-
getStatusCode
public int getStatusCode() -
sendError
public void sendError(javax.servlet.http.HttpServletResponse response)
-