MessagingEntityAlreadyExistsException Class

  • java.lang.Object
    • Exception
      • ServiceBusException
        • com.microsoft.azure.servicebus.primitives.MessagingEntityAlreadyExistsException

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

Constructor Details

MessagingEntityAlreadyExistsException

public MessagingEntityAlreadyExistsException(String message)

Parameters:

message

MessagingEntityAlreadyExistsException

public MessagingEntityAlreadyExistsException(String message, Throwable cause)

Parameters:

message
cause

Applies to