Package org.hibernate
Class NotYetImplementedFor6Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hibernate.NotYetImplementedFor6Exception
-
- All Implemented Interfaces:
Serializable
,NonTransientException
,NotImplementedYetException
public class NotYetImplementedFor6Exception extends RuntimeException implements NonTransientException, NotImplementedYetException
Thrown from methods added for 6.0 that are not yet implemented. todo (6.0) : prior going final, we need to find all usages of this and implement all methods (or throw a different exception)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotYetImplementedFor6Exception()
NotYetImplementedFor6Exception(Class clazz)
NotYetImplementedFor6Exception(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-