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.
| Constructor and Description |
|---|
TenantIdentifierMismatchException(String message)
Constructs a TenantIdentifierMismatchException.
|
TenantIdentifierMismatchException(String message,
Throwable cause)
Constructs a TenantIdentifierMismatchException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TenantIdentifierMismatchException(String message)
Constructs a TenantIdentifierMismatchException.
message - Message explaining the exception conditionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.