Package org.hibernate.models
Class AnnotationAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.models.ModelsException
org.hibernate.models.AnnotationAccessException
- All Implemented Interfaces:
Serializable
Indicates a problem accessing annotation details from the domain model sources.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationAccessException(String message) AnnotationAccessException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnnotationAccessException
-
AnnotationAccessException
-