Java
MessageConventionException
消息约定异常,当消息类型不符合预期的约定(单播/多播/请求)时抛出。
- Type class
- Package:
com.euonia.bus.exception - Author: damon(zhaorong@outlook.com)
- Extends:
RuntimeException
Constructors¶
MessageConventionException(String message)¶
使用错误消息构造异常。
Parameters:
- message (String): 错误描述
Methods¶
Inherits all methods from RuntimeException.