Class MomConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.fw.messaging.MessagingException
nablarch.fw.messaging.provider.exception.MomConnectionException
- All Implemented Interfaces:
Serializable
,Retryable
@Published(tag="architect")
public class MomConnectionException
extends MessagingException
implements Retryable
例外がMOM接続に関する問題である場合に送出される例外。
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MomConnectionException
コンストラクタ。- Parameters:
message
- エラーメッセージcause
- 起因となる例外
-