ETenantCatalogUnavailable Class
Raised when the tenant catalog cannot be reached, for example because the catalog database or service is down.
Remarks
This is distinct from ETenantNotFound: the tenant may well exist, but the catalog could not answer. Aurelius.Tenancy.Cache.TTenantRoutingCache raises it wrapping the original catalog error.
Syntax
Unit: Aurelius.Tenancy.Exceptions
ETenantCatalogUnavailable = class(ETenantException);
Constructors
| Name | Description |
|---|---|
| Create | Creates the exception with the given message. |