Package nablarch.fw.handler
Class ProcessStopHandler.ProcessStop
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.fw.Result.Error
nablarch.fw.results.ServiceError
nablarch.fw.results.InternalError
nablarch.fw.handler.ProcessStopHandler.ProcessStop
- All Implemented Interfaces:
Serializable
,Result
- Enclosing interface:
- ProcessStopHandler
@Published(tag="architect")
public static final class ProcessStopHandler.ProcessStop
extends InternalError
プロセス停止を示す例外。
- 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
-
Method Summary
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
-
ProcessStop
public ProcessStop(int exitCode) コンストラクタ。- Parameters:
exitCode
- 終了コード
-
-
Method Details
-
getStatusCode
public int getStatusCode()Description copied from class:InternalError
ステータスコードを返す。- Specified by:
getStatusCode
in interfaceResult
- Overrides:
getStatusCode
in classInternalError
- Returns:
- ステータスコード
-