Class MessagingEntityAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    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.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • MessagingEntityAlreadyExistsException

        public MessagingEntityAlreadyExistsException​(String message)
      • MessagingEntityAlreadyExistsException

        public MessagingEntityAlreadyExistsException​(String message,
                                                     Throwable cause)