MappingExceptionpublic class MappingException extends HibernateException An exception that usually occurs at configuration time, rather
than runtime, as a result of something screwy in the O-R mappings. |
Constructors Summary |
---|
public MappingException(String msg, Throwable root)
super( msg, root );
| public MappingException(Throwable root)
super(root);
| public MappingException(String s)
super(s);
|
|