All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mobius.software.mqttsn.parser.exceptions.MalformedMessageException Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.mobius.software.mqttsn.parser.exceptions;

public class MalformedMessageException extends RuntimeException
{
	private static final long serialVersionUID = 1L;

	public MalformedMessageException(String message)
	{
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy