Package nablarch.fw
Class TransactionAbnormalEnd
- All Implemented Interfaces:
Serializable
,Result
Deprecated.
業務処理が異常終了したことを示す例外クラス。
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface nablarch.fw.Result
Result.ClientError, Result.Error, Result.MultiStatus, Result.NotFound, Result.Success
-
Field Summary
Fields inherited from class nablarch.fw.results.InternalError
STATUS_CODE
-
Constructor Summary
ConstructorDescriptionTransactionAbnormalEnd
(int exitCode, String failureCode, Object... messageOptions) Deprecated.指定されたメッセージIDとオプションを元に例外を構築する。TransactionAbnormalEnd
(int exitCode, Throwable error, String failureCode, Object... messageOptions) Deprecated. -
Method Summary
Methods inherited from class nablarch.fw.results.TransactionAbnormalEnd
getStatusCode
Methods inherited from class nablarch.fw.results.ServiceError
getMessage, getMessageId, getMessageParams, writeLog
Methods inherited from class nablarch.fw.Result.Error
isSuccess, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
TransactionAbnormalEnd
Deprecated.指定されたメッセージIDとオプションを元に例外を構築する。- Parameters:
exitCode
- 終了コード(プロセスを終了(System.exit(int)
)する際に設定する値)failureCode
- 障害コードmessageOptions
- 障害コードからメッセージを取得する際に使用するオプション情報
-
TransactionAbnormalEnd
public TransactionAbnormalEnd(int exitCode, Throwable error, String failureCode, Object... messageOptions) Deprecated.
-
TransactionAbnormalEnd