public class

NotYetImplementedException

extends MappingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.MappingException
             ↳ org.hibernate.cfg.NotYetImplementedException

Class Overview

Mapping not yet implemented

Summary

Public Constructors
NotYetImplementedException(String msg, Throwable root)
NotYetImplementedException(Throwable root)
NotYetImplementedException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NotYetImplementedException (String msg, Throwable root)

public NotYetImplementedException (Throwable root)

public NotYetImplementedException (String s)