Package nablarch.fw

Class Result.NotFound

All Implemented Interfaces:
Serializable, Result
Direct Known Subclasses:
DataReader.NoMoreRecord, NoMoreHandlerException
Enclosing interface:
Result

@Published(tag="architect") public static class Result.NotFound extends Result.ClientError
要求されたリソースが存在しないため、 処理を継続することができないことを示す例外。
See Also:
  • Constructor Details

    • NotFound

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

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

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

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