Class ConnectionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hivemq.client.internal.util.AsyncRuntimeException
com.hivemq.client.mqtt.exceptions.ConnectionFailedException
- All Implemented Interfaces:
Serializable
public class ConnectionFailedException
extends com.hivemq.client.internal.util.AsyncRuntimeException
Exception that is used if a MQTT connection could not be established.
- Since:
- 1.0.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hivemq.client.internal.util.AsyncRuntimeException
fillInStackTrace, fillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionFailedException
-
ConnectionFailedException
-
-
Method Details
-
copy
- Specified by:
copyin classcom.hivemq.client.internal.util.AsyncRuntimeException
-