public class ExceptionHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static MqttException |
createMqttException(int reasonCode) |
static MqttException |
createMqttException(java.lang.Throwable cause) |
static boolean |
isClassAvailable(java.lang.String className)
Returns whether or not the specified class is available to the current
class loader.
|
public static MqttException createMqttException(int reasonCode)
public static MqttException createMqttException(java.lang.Throwable cause)
public static boolean isClassAvailable(java.lang.String className)