MessagingEntityAlreadyExistsException Class
- java.
lang. Object - Exception
- ServiceBusException
- com.
microsoft. azure. servicebus. primitives. MessagingEntityAlreadyExistsException
- com.
public class MessagingEntityAlreadyExistsException extends ServiceBusException
This exception is thrown when a subscription client tries to create a rule with the name of an already existing rule.
Constructor Summary
Constructor | Description | |
---|---|---|
MessagingEntityAlreadyExistsException(String message) | ||
MessagingEntityAlreadyExistsException(String message, Throwable cause) |
Inherited Members
ServiceBusException.getContext()
ServiceBusException.getIsTransient()
ServiceBusException.getMessage()
ServiceBusException.ServiceBusException(final boolean isTransient)
ServiceBusException.ServiceBusException(final boolean isTransient, final String message)
ServiceBusException.ServiceBusException(final boolean isTransient, final Throwable cause)
ServiceBusException.ServiceBusException(final boolean isTransient, final String message, final Throwable cause)
Constructor Details
MessagingEntityAlreadyExistsException
public MessagingEntityAlreadyExistsException(String message)
Parameters:
message
MessagingEntityAlreadyExistsException
public MessagingEntityAlreadyExistsException(String message, Throwable cause)
Parameters:
message
cause
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java