### YamlMime:JavaType
uid: "com.microsoft.azure.servicebus.primitives.CommunicationException"
fullName: "com.microsoft.azure.servicebus.primitives.CommunicationException"
name: "CommunicationException"
nameWithType: "CommunicationException"
summary: "This exception is thrown when there is a client side connectivity issue."
inheritances:
- ""
- ""
- ""
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "wait"
- "wait"
- "wait"
- classRef: "java.lang.Throwable"
methodsRef:
- "addSuppressed"
- "fillInStackTrace"
- "getCause"
- "getLocalizedMessage"
- "getStackTrace"
- "getSuppressed"
- "initCause"
- "printStackTrace"
- "printStackTrace"
- "printStackTrace"
- "setStackTrace"
- "toString"
syntax: "public class **CommunicationException** extends "
type: "class"
desc: "This exception is thrown when there is a client side connectivity issue. When receiving this exception user should check client connectivity settings to the service:\n\n * Check for correct hostname and port number used in endpoint.\n * Check for any possible proxy settings that can block amqp ports\n * Check for any firewall settings that can block amqp ports\n * Check for any general network connectivity issues, as well as network latency."
metadata: {}
package: "com.microsoft.azure.servicebus.primitives"
artifact: com.microsoft.azure:azure-servicebus:3.6.7