MessagingEntityNotFoundException Class

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

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.

Constructor Summary

Constructor Description
MessagingEntityNotFoundException()
MessagingEntityNotFoundException(String message)
MessagingEntityNotFoundException(String message, Throwable cause)
MessagingEntityNotFoundException(Throwable cause)

Inherited Members

Constructor Details

MessagingEntityNotFoundException

public MessagingEntityNotFoundException()

MessagingEntityNotFoundException

public MessagingEntityNotFoundException(String message)

Parameters:

message

MessagingEntityNotFoundException

public MessagingEntityNotFoundException(String message, Throwable cause)

Parameters:

message
cause

MessagingEntityNotFoundException

public MessagingEntityNotFoundException(Throwable cause)

Parameters:

cause

Applies to