程序包 | 说明 |
---|---|
com.huawei.dms.protocol.exception |
限定符和类型 | 方法和说明 |
---|---|
static ProtocolException |
ProtocolError.bodyFormatIncorrect(java.lang.String msg)
body格式不正确错误
|
static ProtocolException |
ProtocolError.commitStatusInvalid(java.lang.String msg)
提交状态不正确异常
|
static ProtocolException |
ProtocolError.consumeModeInvalid(int consumeMode)
消费实例模式不正确
|
static ProtocolException |
ProtocolError.createProtocolException(ProtocolError error,
java.lang.Object... args)
create 异常
|
static ProtocolException |
ProtocolError.messageHandlerInvalid(java.lang.String handler)
消息Handler格式不正确
|