Class MessagingEntityNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class MessagingEntityNotFoundException
    extends ServiceBusException
    This exception is thrown when a client attempts to create a sender or receiver or client to a non existent entity.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • MessagingEntityNotFoundException

        public MessagingEntityNotFoundException()
      • MessagingEntityNotFoundException

        public MessagingEntityNotFoundException​(String message)
      • MessagingEntityNotFoundException

        public MessagingEntityNotFoundException​(Throwable cause)
      • MessagingEntityNotFoundException

        public MessagingEntityNotFoundException​(String message,
                                                Throwable cause)