Uses of Class
nablarch.fw.results.ServiceError
Package
Description
本フレームワークの処理方式に共通する概念やアーキテクチャに関連する
インターフェース及びモジュールを収めたパッケージ。
処理方式に依存しないフレームワーク標準ハンドラを収めたパッケージ。
アプリケーションが動作するJavaプロセスの起動とフレームワークの初期化を行う
ランチャーに関連するモジュールを収めたパッケージ。
-
Uses of ServiceError in nablarch.fw
-
Uses of ServiceError in nablarch.fw.handler
Modifier and TypeClassDescriptionstatic class
プロセスが2重に起動された場合に送出される例外クラス。static final class
プロセス停止を示す例外。 -
Uses of ServiceError in nablarch.fw.launcher
-
Uses of ServiceError in nablarch.fw.results
Modifier and TypeClassDescriptionclass
ハンドラの内部処理で発生した問題により、処理が継続できないことを 示す例外。class
一時的に処理の受付を停止していることを表す例外。class
業務処理が異常終了したことを示す例外クラス。
TransactionAbnormalEnd