org.hibernate.metamodel.source
Class MappingNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.metamodel.source.MappingException
org.hibernate.metamodel.source.MappingNotFoundException
- All Implemented Interfaces:
- Serializable
public class MappingNotFoundException
- extends MappingException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MappingNotFoundException
public MappingNotFoundException(String message,
Origin origin)
MappingNotFoundException
public MappingNotFoundException(Origin origin)
MappingNotFoundException
public MappingNotFoundException(String message,
Throwable root,
Origin origin)
MappingNotFoundException
public MappingNotFoundException(Throwable root,
Origin origin)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.