类 TenantIdentifierMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.context.TenantIdentifierMismatchException
-
- 所有已实现的接口:
Serializable
public class TenantIdentifierMismatchException extends HibernateException
Indicates that tenant identifiers did not match in cases whereCurrentTenantIdentifierResolver.validateExistingCurrentSessions()returnstrueand there is a mismatch found.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 TenantIdentifierMismatchException(String message)Constructs a TenantIdentifierMismatchException.TenantIdentifierMismatchException(String message, Throwable cause)Constructs a TenantIdentifierMismatchException.
-
方法概要
-
-
-
构造器详细资料
-
TenantIdentifierMismatchException
public TenantIdentifierMismatchException(String message)
Constructs a TenantIdentifierMismatchException.- 参数:
message- Message explaining the exception condition
-
-