Uses of Class
com.azure.messaging.servicebus.ServiceBusFailureReason
Packages that use ServiceBusFailureReason
Package
Description
The Azure Service Bus client library allows Java developers to interact with Azure Service Bus entities by
publishing to and/or subscribing from queues and topics/subscriptions.
-
Uses of ServiceBusFailureReason in com.azure.messaging.servicebus
Subclasses with type arguments of type ServiceBusFailureReason in com.azure.messaging.servicebusModifier and TypeClassDescriptionfinal classThe set of well-known reasons for a Service Bus operation failure that was the cause of an exception.Fields in com.azure.messaging.servicebus declared as ServiceBusFailureReasonModifier and TypeFieldDescriptionstatic final ServiceBusFailureReasonServiceBusFailureReason.GENERAL_ERRORThe exception was the result of a general error within the client library.static final ServiceBusFailureReasonServiceBusFailureReason.MESSAGE_LOCK_LOSTThe lock on the message is lost.static final ServiceBusFailureReasonServiceBusFailureReason.MESSAGE_NOT_FOUNDThe requested message was not found.static final ServiceBusFailureReasonServiceBusFailureReason.MESSAGE_SIZE_EXCEEDEDA message is larger than the maximum size allowed for its transport.static final ServiceBusFailureReasonServiceBusFailureReason.MESSAGING_ENTITY_ALREADY_EXISTSAn entity with the same name exists under the same namespace.static final ServiceBusFailureReasonServiceBusFailureReason.MESSAGING_ENTITY_DISABLEDThe Messaging Entity is disabled.static final ServiceBusFailureReasonServiceBusFailureReason.MESSAGING_ENTITY_NOT_FOUNDA Service Bus resource cannot be found by the Service Bus service.static final ServiceBusFailureReasonServiceBusFailureReason.QUOTA_EXCEEDEDThe quota applied to an Service Bus resource has been exceeded while interacting with the Azure Service Bus service.static final ServiceBusFailureReasonServiceBusFailureReason.SERVICE_BUSYThe Azure Service Bus service reports that it is busy in response to a client request to perform an operation .static final ServiceBusFailureReasonServiceBusFailureReason.SERVICE_COMMUNICATION_ERRORThere was a general communications error encountered when interacting with the Azure Service Bus service.static final ServiceBusFailureReasonServiceBusFailureReason.SERVICE_TIMEOUTAn operation or other request timed out while interacting with the Azure Service Bus service.static final ServiceBusFailureReasonServiceBusFailureReason.SESSION_CANNOT_BE_LOCKEDThe requested session cannot be locked.static final ServiceBusFailureReasonServiceBusFailureReason.SESSION_LOCK_LOSTThe lock on the session has expired.static final ServiceBusFailureReasonServiceBusFailureReason.UNAUTHORIZEDThe user doesn't have access to the entity.Methods in com.azure.messaging.servicebus that return ServiceBusFailureReasonModifier and TypeMethodDescriptionServiceBusException.getReason()Gets theServiceBusFailureReasonin case of any errors.