Package org.hibernate.boot
Class MappingNotFoundException
- All Implemented Interfaces:
Serializable
Indicates that a mapping document could not be found at a given
Origin
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMappingNotFoundException
(String message, Throwable root, Origin origin) MappingNotFoundException
(String message, Origin origin) MappingNotFoundException
(Throwable root, Origin origin) MappingNotFoundException
(Origin origin) -
Method Summary
Methods inherited from class org.hibernate.boot.MappingException
getMessage, getOrigin
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MappingNotFoundException
-
MappingNotFoundException
-
MappingNotFoundException
-
MappingNotFoundException
-