IllegalEntityException Class

public class IllegalEntityException
extends EventHubException

This exception is thrown for the following reasons:

  • When the entity user attempted to connect does not exist
  • The entity user wants to connect is disabled

Constructor Summary

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

Methods inherited from EventHubException

Methods inherited from java.lang.Object

Methods inherited from java.lang.Throwable

Constructor Details

IllegalEntityException

public IllegalEntityException(String message)

Parameters:

message

IllegalEntityException

public IllegalEntityException(String message, Throwable cause)

Parameters:

message
cause

IllegalEntityException

public IllegalEntityException(Throwable cause)

Parameters:

cause

Applies to