public class ExceptionHelper extends Object
Modifier and Type | Method and Description |
---|---|
static MqttException |
createMqttException(int reasonCode) |
static MqttException |
createMqttException(Throwable cause) |
static boolean |
isClassAvailable(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(Throwable cause)
public static boolean isClassAvailable(String className)
Copyright © 2019 Eclipse Paho. All rights reserved.