net.sf.xenqtt
Class MqttInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.xenqtt.MqttException
net.sf.xenqtt.MqttInterruptedException
- All Implemented Interfaces:
- Serializable
public class MqttInterruptedException
- extends MqttException
This is a wrapper for InterruptedException
. InterruptedException
is checked and we don't want to throw checked exceptions from the public
API.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MqttInterruptedException
public MqttInterruptedException(InterruptedException cause)
- Create a new instance of this class.
- Parameters:
cause
- The InterruptedException
that was originally thrown
Copyright © 2013. All Rights Reserved.