public class UnknownAccessTypeException extends HibernateException
Indicates that an unknown AccessType external name was encountered or that an AccessType was requested that the underlying cache provider does not support.
| Constructor and Description |
|---|
UnknownAccessTypeException(String accessTypeName)
Constructs the UnknownAccessTypeException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownAccessTypeException(String accessTypeName)
Constructs the UnknownAccessTypeException.
accessTypeName - The external name that could not be resolved.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.