Java 类org.eclipse.paho.client.mqttv3.internal.MessageCatalog 实例源码

项目:chii2mqtt    文件:MqttException.java   
/**
 * Returns the detail message for this exception.
 *
 * @return the detail message, which may be <code>null</code>.
 */
public String getMessage() {
    return MessageCatalog.getMessage(reasonCode);
}
项目:hestia-engine-dev    文件:MqttException.java   
/**
 * Returns the detail message for this exception.
 * @return the detail message, which may be <code>null</code>.
 */
public String getMessage() {
    return MessageCatalog.getMessage(reasonCode);
}