Package | Description |
---|---|
nablarch.common.mail |
メール送信ライブラリ。
|
nablarch.core.db.connection.exception |
データベース接続実行時の例外機能を提供する。
|
nablarch.core.transaction |
トランザクション管理を統一的に行う機能を提供する。
|
nablarch.fw.handler.retry |
nablarch.fw.handler.RetryHandlerの処理に使用するクラスを収めたパッケージ。
|
nablarch.fw.messaging.provider.exception |
MOMに対する処理実行時の例外機能を提供する。
|
Modifier and Type | Class and Description |
---|---|
class |
SendMailRetryableException
メール送信時にリトライ可能である状態を示す例外
|
Modifier and Type | Class and Description |
---|---|
class |
DbConnectionException
データベース接続に関する問題が発生した場合に送出される例外。
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionTimeoutException
トランザクションタイムアウトエラー。
|
Modifier and Type | Class and Description |
---|---|
class |
RetryableException
RetryHandler によるリトライが可能な実行時例外。
|
Modifier and Type | Class and Description |
---|---|
class |
MomConnectionException
例外がMOM接続に関する問題である場合に送出される例外。
|