AuthorizationFailedException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. azure. eventhubs. EventHubException - com.
microsoft. azure. eventhubs. AuthorizationFailedException
- com.
- com.
- java.
- java.
public class AuthorizationFailedException
extends EventHubException
Authorization failed exception is thrown when error is encountered during authorizing user's permission to run the intended operations. When encountered this exception user should check whether the token/key provided in the connection string (e.g. one passed to createFromConnectionString(String connectionString, ScheduledExecutorService executor)) is valid, and has correct execution right for the intended operations (e.g. Receive call will need Listen claim associated with the key/token).
Constructor Summary
| Constructor | Description |
|---|---|
| AuthorizationFailedException(String message) |
Constructor for the exception class |
Methods inherited from EventHubException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
AuthorizationFailedException
public AuthorizationFailedException(String message)
Constructor for the exception class
Parameters: