- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.github.kaginawa.sdk.KaginawaServerException
-
- すべての実装されたインタフェース:
Serializable
public class KaginawaServerException extends Exception
AnExceptionsubclass that occurs when error communicating with Kaginawa Server.- 導入されたバージョン:
- 0.0.1
- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 KaginawaServerException(String message, int httpStatus)Constructs the exception with HTTP status code.KaginawaServerException(String message, Throwable cause)Constructs the exception.
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intgetHttpStatus()HTTP status.-
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
コンストラクタの詳細
-
KaginawaServerException
public KaginawaServerException(String message, Throwable cause)
Constructs the exception.- パラメータ:
message- messagecause- cause
-
KaginawaServerException
public KaginawaServerException(String message, int httpStatus)
Constructs the exception with HTTP status code.- パラメータ:
message- messagehttpStatus- HTTP status code
-
-