Class MqRuntimeException

All Implemented Interfaces:
Serializable

public class MqRuntimeException extends AbstractRuntimeException
MQ错误
Since:
1.0.1
Version:
1.0.1
Author:
xmagic
See Also:
  • Constructor Details

    • MqRuntimeException

      public MqRuntimeException(String err, String tag)
    • MqRuntimeException

      public MqRuntimeException(String err)
    • MqRuntimeException

      public MqRuntimeException()
    • MqRuntimeException

      public MqRuntimeException(ResultCode resultCode, String err, String tag)
    • MqRuntimeException

      public MqRuntimeException(ResultCode resultCode, String err)
    • MqRuntimeException

      public MqRuntimeException(ResultCode resultCode)