Package org.alfresco.repo.tenant
Class TenantDisabledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.repo.tenant.TenantDisabledException
-
- All Implemented Interfaces:
java.io.Serializable
public class TenantDisabledException extends org.alfresco.error.AlfrescoRuntimeExceptionThrown when an attempt is made to use a disabled tenant.- Author:
- Matt Ward
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDISABLED_TENANT_MSG
-
Constructor Summary
Constructors Constructor Description TenantDisabledException(java.lang.String tenantDomain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTenantDomain()-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-
-
-
Field Detail
-
DISABLED_TENANT_MSG
public static final java.lang.String DISABLED_TENANT_MSG
- See Also:
- Constant Field Values
-
-