Class TenantDomainMismatchException

  • All Implemented Interfaces:
    Serializable

    public class TenantDomainMismatchException
    extends org.alfresco.error.AlfrescoRuntimeException
    Exception thrown when an operation that requires two things to be in the same tenant domain discovers that they belong to different ones.
    See Also:
    Serialized Form
    • Constructor Detail

      • TenantDomainMismatchException

        public TenantDomainMismatchException​(String tenantA,
                                             String tenantB)
    • Method Detail

      • getTenantA

        public String getTenantA()
      • getTenantB

        public String getTenantB()