@Published(tag="architect")
public interface MessagingExceptionFactory
MessagingException
を生成するインタフェース。修飾子とタイプ | メソッドと説明 |
---|---|
MessagingException |
createMessagingException(String message,
Throwable cause)
発生した例外の内容に応じた
MessagingException を生成する。 |
MessagingException createMessagingException(String message, Throwable cause)
MessagingException
を生成する。message
- エラーメッセージcause
- 発生した例外MessagingException