com.esf.net.mqtt.client.service
Class EsfMqttException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esf.net.mqtt.client.service.EsfMqttException
All Implemented Interfaces:
java.io.Serializable

public class EsfMqttException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
EsfMqttException()
          A default constructor.
EsfMqttException(java.lang.Exception e)
          A constructor specifying an exception.
EsfMqttException(java.lang.String msg)
          A constructor specifying the message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EsfMqttException

public EsfMqttException()
A default constructor.


EsfMqttException

public EsfMqttException(java.lang.String msg)
A constructor specifying the message.

Parameters:
msg - A String object.

EsfMqttException

public EsfMqttException(java.lang.Exception e)
A constructor specifying an exception.

Parameters:
e - An Exception object.