モジュール io.github.kaginawa.sdk
パッケージ io.github.kaginawa.sdk

クラス KaginawaServerException

  • すべての実装されたインタフェース:
    Serializable

    public class KaginawaServerException
    extends Exception
    An Exception subclass that occurs when error communicating with Kaginawa Server.
    導入されたバージョン:
    0.0.1
    関連項目:
    直列化された形式
    • コンストラクタの詳細

      • KaginawaServerException

        public KaginawaServerException​(String message,
                                       Throwable cause)
        Constructs the exception.
        パラメータ:
        message - message
        cause - cause
      • KaginawaServerException

        public KaginawaServerException​(String message,
                                       int httpStatus)
        Constructs the exception with HTTP status code.
        パラメータ:
        message - message
        httpStatus - HTTP status code
    • メソッドの詳細

      • getHttpStatus

        public int getHttpStatus()
        HTTP status.
        戻り値:
        HTTP status or 0 if the status information is unavailable