Package nablarch.fw
Class NoMoreHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.fw.Result.Error
nablarch.fw.Result.ClientError
nablarch.fw.Result.NotFound
nablarch.fw.NoMoreHandlerException
- All Implemented Interfaces:
Serializable
,Result
ハンドラーキュー上に処理を委譲するためのハンドラが存在しない場合に
送出される例外。
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface nablarch.fw.Result
Result.ClientError, Result.Error, Result.MultiStatus, Result.NotFound, Result.Success
-
Constructor Summary
-
Method Summary
Methods inherited from class nablarch.fw.Result.NotFound
getStatusCode
Methods inherited from class nablarch.fw.Result.Error
isSuccess, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface nablarch.fw.Result
getMessage
-
Constructor Details
-
NoMoreHandlerException
public NoMoreHandlerException()デフォルトコンストラクタ -
NoMoreHandlerException
コンストラクタ- Parameters:
message
- エラーメッセージ
-