MultiplexingClientDeviceRegistrationTimeoutException Class

public class MultiplexingClientDeviceRegistrationTimeoutException
extends MultiplexingClientException

Exception that is thrown when a multiplexed device client registration or unregistration times out.

Constructor Summary

Constructor Description
MultiplexingClientDeviceRegistrationTimeoutException()

Construct a new MultiplexingClientDeviceRegistrationTimeoutException with no nested exception and no error message.

MultiplexingClientDeviceRegistrationTimeoutException(String message)

Construct a new MultiplexingClientDeviceRegistrationTimeoutException with no nested exception but with an error message.

MultiplexingClientDeviceRegistrationTimeoutException(String message, Throwable cause)

Construct a new MultiplexingClientDeviceRegistrationTimeoutException with a nested exception and an error message.

MultiplexingClientDeviceRegistrationTimeoutException(Throwable cause)

Construct a new MultiplexingClientDeviceRegistrationTimeoutException with a nested exception but no error message.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Methods inherited from java.lang.Throwable

java.lang.Throwable.addSuppressed java.lang.Throwable.fillInStackTrace java.lang.Throwable.getCause java.lang.Throwable.getLocalizedMessage java.lang.Throwable.getMessage java.lang.Throwable.getStackTrace java.lang.Throwable.getSuppressed java.lang.Throwable.initCause java.lang.Throwable.printStackTrace java.lang.Throwable.printStackTrace java.lang.Throwable.printStackTrace java.lang.Throwable.setStackTrace java.lang.Throwable.toString

Constructor Details

MultiplexingClientDeviceRegistrationTimeoutException

public MultiplexingClientDeviceRegistrationTimeoutException()

Construct a new MultiplexingClientDeviceRegistrationTimeoutException with no nested exception and no error message.

MultiplexingClientDeviceRegistrationTimeoutException

public MultiplexingClientDeviceRegistrationTimeoutException(String message)

Construct a new MultiplexingClientDeviceRegistrationTimeoutException with no nested exception but with an error message.

Parameters:

message - The top level message for this exception.

MultiplexingClientDeviceRegistrationTimeoutException

public MultiplexingClientDeviceRegistrationTimeoutException(String message, Throwable cause)

Construct a new MultiplexingClientDeviceRegistrationTimeoutException with a nested exception and an error message.

Parameters:

message - The top level message for this exception.
cause - The nested exception.

MultiplexingClientDeviceRegistrationTimeoutException

public MultiplexingClientDeviceRegistrationTimeoutException(Throwable cause)

Construct a new MultiplexingClientDeviceRegistrationTimeoutException with a nested exception but no error message.

Parameters:

cause - The nested exception.

Applies to