Package org.hibernate.cache.spi.access
Class UnknownAccessTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.cache.spi.access.UnknownAccessTypeException
- All Implemented Interfaces:
Serializable
Indicates that an unknown AccessType external name was encountered
or that an AccessType was requested that the underlying cache provider
does not support.
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownAccessTypeException
(String accessTypeName) Constructs the UnknownAccessTypeException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownAccessTypeException
Constructs the UnknownAccessTypeException.- Parameters:
accessTypeName
- The external name that could not be resolved.
-