Class Unauthorized

All Implemented Interfaces:
Serializable, Result

@Published(tag="architect") public class Unauthorized extends Result.ClientError
必要な認証プロセスを経ていないため、処理を継続することができない ことを示す例外。
See Also:
  • Constructor Details

    • Unauthorized

      public Unauthorized()
      デフォルトコンストラクタ
    • Unauthorized

      public Unauthorized(String message)
      コンストラクタ
      Parameters:
      message - エラーメッセージ
    • Unauthorized

      public Unauthorized(Throwable cause)
      コンストラクタ
      Parameters:
      cause - 起因となる例外
    • Unauthorized

      public Unauthorized(String message, Throwable cause)
      コンストラクタ
      Parameters:
      message - エラーメッセージ
      cause - 起因となる例外
  • Method Details