Class TenantIdentifierMismatchException

All Implemented Interfaces:
Serializable

public class TenantIdentifierMismatchException extends HibernateException
Indicates that tenant identifiers did not match in cases where CurrentTenantIdentifierResolver.validateExistingCurrentSessions() returns true and there is a mismatch found.
See Also:
  • Constructor Details

    • TenantIdentifierMismatchException

      public TenantIdentifierMismatchException(String message)
      Constructs a TenantIdentifierMismatchException.
      Parameters:
      message - Message explaining the exception condition
    • TenantIdentifierMismatchException

      public TenantIdentifierMismatchException(String message, Throwable cause)
      Constructs a TenantIdentifierMismatchException.
      Parameters:
      message - Message explaining the exception condition
      cause - The underlying cause