Package org.hibernate.boot
Class MappingNotFoundException
-
- All Implemented Interfaces:
Serializable
public class MappingNotFoundException extends MappingException
Indicates that a mapping document could not be found at a givenOrigin
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingNotFoundException(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
-
-