net.sf.xenqtt
Class MqttInvalidTopicNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.xenqtt.MqttException
net.sf.xenqtt.MqttInvalidTopicNameException
- All Implemented Interfaces:
- Serializable
public class MqttInvalidTopicNameException
- extends MqttException
Thrown when an invalid topic name is used
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MqttInvalidTopicNameException
public MqttInvalidTopicNameException(String message)
- Create a new instance of this class.
- Parameters:
message
- A textual message describing the events surrounding the throwing of this exception
Copyright © 2013. All Rights Reserved.