Class BasicMessagingExceptionFactory
java.lang.Object
nablarch.fw.messaging.provider.exception.BasicMessagingExceptionFactory
- All Implemented Interfaces:
MessagingExceptionFactory
MessagingExceptionFactory
の基本実装クラス。-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMessagingException
(String message, Throwable cause) 発生した例外の内容に応じたMessagingException
を生成する。
-
Constructor Details
-
BasicMessagingExceptionFactory
public BasicMessagingExceptionFactory()
-
-
Method Details
-
createMessagingException
発生した例外の内容に応じたMessagingException
を生成する。MessagingException
を生成する。- Specified by:
createMessagingException
in interfaceMessagingExceptionFactory
- Parameters:
message
- エラーメッセージcause
- 発生した例外- Returns:
- 発生した例外の内容に応じた
MessagingException
-